X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=makefile;h=a4700efaa7fa7bf1341ed31ac47c2afa25342704;hp=bc31f328342cfa93598c32bb70fdbbcde2ad844f;hb=177b35371e1918cb8d00211824acccca47688a4b;hpb=598ef6123ccf44d64347ab4c871c6baae7d29bc4 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)