X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=makefile;h=a4700efaa7fa7bf1341ed31ac47c2afa25342704;hp=0a14c0ec7c3a9a0bcfc35e03f9d71b166a42fb70;hb=052506ff082f134f00834f666653819e18d9bddf;hpb=269f52d6f8cd031692c83afaa05c389115d05bd0 diff --git a/makefile b/makefile index 0a14c0e..a4700ef 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) list_test_SRCS := $(TEST_SRCS) struct/list.c -#skiplist_test_SRCS := $(TEST_SRCS) struct/skiplist.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 +skiplist_test_SRCS := $(TEST_SRCS) struct/skiplist.c +ht_test_SRCS := $(TEST_SRCS) struct/hashtable.c test/ht_test.c test/CuTest.c +txn_test_SRCS := $(TEST_SRCS) struct/hashtable.c txn/txn.c tests: $(TESTS)