X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=concurrent-hashmap%2FMakefile;h=4c0a7dccd2a8d247eb5e87046b8c4db5fa49f948;hb=d634d19b6134309ed0893c6fd58d815cbafecd16;hp=fece808a6d7610afe63eedc31c9232e0650ad1ab;hpb=f59f59385d850ff79016d33891fc09522ff509f3;p=model-checker-benchmarks.git diff --git a/concurrent-hashmap/Makefile b/concurrent-hashmap/Makefile index fece808..4c0a7dc 100644 --- a/concurrent-hashmap/Makefile +++ b/concurrent-hashmap/Makefile @@ -1,7 +1,7 @@ include ../benchmarks.mk BENCH := hashmap -NORMAL_TESTS := testcase1 testcase2 +NORMAL_TESTS := testcase1 testcase2 WILDCARD_TESTS := $(patsubst %, %_wildcard, $(NORMAL_TESTS))