X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=makefile;h=bc31f328342cfa93598c32bb70fdbbcde2ad844f;hp=0a14c0ec7c3a9a0bcfc35e03f9d71b166a42fb70;hb=7899dce86342c50be9a52d148fa27375bdb5d218;hpb=269f52d6f8cd031692c83afaa05c389115d05bd0 diff --git a/makefile b/makefile index 0a14c0e..bc31f32 100644 --- a/makefile +++ b/makefile @@ -15,7 +15,7 @@ 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 +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