changes
[model-checker-benchmarks.git] / concurrent-hashmap / Makefile
index 89e5244b22dc7dfdafd062823ef34e595d88fe4a..645b54af410ea90918df3110cea58827200ad158 100644 (file)
@@ -5,7 +5,8 @@ NORMAL_TESTS := testcase1 testcase2 testcase3
 
 WILDCARD_TESTS := $(patsubst %, %_wildcard, $(NORMAL_TESTS))
 
-TESTS := $(NORMAL_TESTS) $(WILDCARD_TESTS)
+#TESTS := $(NORMAL_TESTS) $(WILDCARD_TESTS)
+TESTS := $(NORMAL_TESTS)
 
 all: $(TESTS)