]> pd.if.org Git - nbds/blobdiff - makefile
fix resize and copy bugs
[nbds] / makefile
index 3b167e6a5c7fb6b102a876c4a3c5de58c2489d78..939f8dd1bccb12c96ae5227ab73aeaafe08364bf 100644 (file)
--- a/makefile
+++ b/makefile
@@ -12,10 +12,10 @@ TESTS  := output/rcu_test output/list_test output/ht_test
 EXES   := $(TESTS) output/txn_test
 
 RUNTIME_SRCS   := runtime/runtime.c runtime/rcu.c runtime/lwt.c runtime/mem.c 
-TEST_SRCS      := $(RUNTIME_SRCS) test/CuTest.c
+TEST_SRCS      := $(RUNTIME_SRCS) 
 rcu_test_SRCS  := $(TEST_SRCS)
 list_test_SRCS := $(TEST_SRCS) struct/list.c
-ht_test_SRCS   := $(TEST_SRCS) struct/ht.c test/ht_test.c
+ht_test_SRCS   := $(TEST_SRCS) struct/ht.c test/ht_test.c test/CuTest.c
 txn_test_SRCS  := $(TEST_SRCS) struct/ht.c txn/txn.c
 
 tests: $(TESTS)