X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=makefile;h=a4700efaa7fa7bf1341ed31ac47c2afa25342704;hp=bc31f328342cfa93598c32bb70fdbbcde2ad844f;hb=052506ff082f134f00834f666653819e18d9bddf;hpb=7899dce86342c50be9a52d148fa27375bdb5d218 diff --git a/makefile b/makefile index bc31f32..a4700ef 100644 --- a/makefile +++ b/makefile @@ -16,8 +16,8 @@ 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 +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)