summaryrefslogtreecommitdiff
path: root/tests/sqlite/GNUmakefile
blob: 2009c277a26f371645e23deacf566090c973efcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
TOPDIR = ../..

SUBDIRS =

INCLUDE_DIRS = -I. -I$(TOPDIR) -I/usr/include/sqlite3xx

INCLUDE_LDFLAGS =

INCLUDE_LIBS = \
	-lsqlite3xx -lsqlite3

TEST_CPP_BINS = \
	test1$(EXE) \
	test2$(EXE)

OBJS =

-include $(TOPDIR)/makefiles/gmake/sub.mk

local_all:

local_clean:
	-@rm -f *.db *.db-journal 2>/dev/null
	-@rm -f *.RES *.DIFF

local_distclean:

local_test:
	@./exec_test test1 "sqlitexx simple test" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)"
	@./exec_test test2 "prepared statements" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)"