]> pd.if.org Git - nbds/blobdiff - makefile
add missing header file for txn
[nbds] / makefile
index 939f8dd1bccb12c96ae5227ab73aeaafe08364bf..8f508379e6903376f91f7fa24392d65127feb2a1 100644 (file)
--- a/makefile
+++ b/makefile
@@ -8,8 +8,8 @@
 OPT       := -fwhole-program -combine -03 #-DNDEBUG
 CFLAGS := -g -Wall -Werror -std=c99 -m64 -fnested-functions #$(OPT) #-DENABLE_TRACE 
 INCS   := $(addprefix -I, include)
 OPT       := -fwhole-program -combine -03 #-DNDEBUG
 CFLAGS := -g -Wall -Werror -std=c99 -m64 -fnested-functions #$(OPT) #-DENABLE_TRACE 
 INCS   := $(addprefix -I, include)
-TESTS  := output/rcu_test output/list_test output/ht_test
-EXES   := $(TESTS) output/txn_test
+TESTS  := output/rcu_test output/list_test output/ht_test output/txn_test
+EXES   := $(TESTS)
 
 RUNTIME_SRCS   := runtime/runtime.c runtime/rcu.c runtime/lwt.c runtime/mem.c 
 TEST_SRCS      := $(RUNTIME_SRCS) 
 
 RUNTIME_SRCS   := runtime/runtime.c runtime/rcu.c runtime/lwt.c runtime/mem.c 
 TEST_SRCS      := $(RUNTIME_SRCS) 
@@ -20,8 +20,6 @@ txn_test_SRCS  := $(TEST_SRCS) struct/ht.c txn/txn.c
 
 tests: $(TESTS) 
 
 
 tests: $(TESTS) 
 
-txn: output/txn_test
-
 ###################################################################################################
 # Run the tests
 ###################################################################################################
 ###################################################################################################
 # Run the tests
 ###################################################################################################