summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index 87122a1..a2bd9af 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -24,12 +24,13 @@ TEST_CPP_BINS = \
test6$(EXE) \
test7$(EXE) \
test8$(EXE) \
- threads.o test9$(EXE)
+ test9$(EXE)
TEST_BINS = \
testc$(EXE)
-OBJS =
+OBJS = \
+ threads.o
-include $(TOPDIR)/makefiles/gmake/sub.mk
@@ -49,7 +50,7 @@ test5$(EXE): $(TOPDIR)/src/libsqlite3xx.a
test6$(EXE): $(TOPDIR)/src/libsqlite3xx.a
test7$(EXE): $(TOPDIR)/src/libsqlite3xx.a
test8$(EXE): $(TOPDIR)/src/libsqlite3xx.a
-test9$(EXE): $(TOPDIR)/src/libsqlite3xx.a
+test9$(EXE): $(TOPDIR)/src/libsqlite3xx.a threads.o
# disabled tests
#-@./exec_test test6 "STL iterators" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)"