Migrate build system to Meson
FossilOrigin-Name: a27ad474c4851fba5efbb876e5c1c174de1fea165ea9c1d4d1f2018b175b5080
This commit is contained in:
parent
597a2dc711
commit
eb1d0eb207
19 changed files with 76 additions and 5971 deletions
|
@ -1,10 +0,0 @@
|
|||
include ../extra.mk
|
||||
|
||||
PROG_NOINST = tests
|
||||
SRCS = tests.m
|
||||
|
||||
include ../buildsys.mk
|
||||
|
||||
CPPFLAGS += -I../src -I../src/exceptions
|
||||
LIBS := -L../src -lobjpgsql ${OBJFW_LIBS} ${LIBS}
|
||||
LD = ${OBJC}
|
5
tests/meson.build
Normal file
5
tests/meson.build
Normal file
|
@ -0,0 +1,5 @@
|
|||
testexe = executable('tests', 'Tests.m',
|
||||
dependencies: objfw_dep,
|
||||
link_with: objpgsql,
|
||||
include_directories: incdir)
|
||||
test('ObjPgSQL tests', testexe)
|
Loading…
Add table
Add a link
Reference in a new issue