]> pd.if.org Git - nbds/blobdiff - makefile
lock-free skiplist
[nbds] / makefile
index 0a14c0ec7c3a9a0bcfc35e03f9d71b166a42fb70..bc31f328342cfa93598c32bb70fdbbcde2ad844f 100644 (file)
--- 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