X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=makefile;h=f2d16912de4d0c2e87f415ba1d26159256536dd8;hb=53d171373819e921da8f8648eea236a08ff6a702;hp=1e4072f9ffecced78de38fb4f5fd1367e044fa34;hpb=b21e1c182a2e469240d2b1cbbda37f2dfeb880d9;p=nbds diff --git a/makefile b/makefile index 1e4072f..f2d1691 100644 --- a/makefile +++ b/makefile @@ -15,9 +15,9 @@ RUNTIME_SRCS := runtime/runtime.c runtime/rcu.c runtime/lwt.c runtime/mem.c TEST_SRCS := $(RUNTIME_SRCS) rcu_test_SRCS := $(TEST_SRCS) test/rcu_test.c txn_test_SRCS := $(TEST_SRCS) struct/hashtable.c txn/txn.c -ll_test_SRCS := $(TEST_SRCS) struct/list.c test/ll_test.c -sl_test_SRCS := $(TEST_SRCS) struct/skiplist.c test/sl_test.c -ht_test_SRCS := $(TEST_SRCS) struct/hashtable.c test/ht_test.c test/CuTest.c +ll_test_SRCS := $(TEST_SRCS) struct/list.c test/ll_test.c struct/nstring.c +sl_test_SRCS := $(TEST_SRCS) struct/skiplist.c test/sl_test.c struct/nstring.c +ht_test_SRCS := $(TEST_SRCS) struct/hashtable.c test/ht_test.c test/CuTest.c struct/nstring.c tests: $(TESTS)