X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=blobdiff_plain;f=benchmark%2Fconcurrent-hashmap%2FMakefile;h=6b615a15413bff2fdf53e2fd20629d93929b5342;hp=8fa96931d130c2240a53ccfef3bf89a2036bd284;hb=fc0b24243f667dc9938d081305aa66dac66dc6ed;hpb=b568a7063faeb671240c8b3a169ea60cee01858e diff --git a/benchmark/concurrent-hashmap/Makefile b/benchmark/concurrent-hashmap/Makefile index 8fa9693..6b615a1 100644 --- a/benchmark/concurrent-hashmap/Makefile +++ b/benchmark/concurrent-hashmap/Makefile @@ -1,7 +1,7 @@ include ../benchmarks.mk BENCH := hashmap -TESTS := main +TESTS := main testcase1 all: $(TESTS)