Add initial tests
FossilOrigin-Name: bda6d49813371eee28256e1f609091ca4ff664bb1ddeefcf308998b844a3eb14
This commit is contained in:
parent
68eee4790f
commit
f7aa1209f7
3 changed files with 34 additions and 1 deletions
|
@ -41,5 +41,5 @@ run:
|
|||
${PROG_NOINST}: ${LIBOBJSQLITE3_DEP}
|
||||
|
||||
CPPFLAGS += -I../src
|
||||
LIBS := ${OBJFW_LIBS} ${LIBS}
|
||||
LIBS := -L../src -lobjsqlite3 ${OBJFW_LIBS} ${LIBS}
|
||||
LD = ${OBJC}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue