edits
[cdsspec-compiler.git] / src / edu / uci / eecs / specCompiler / codeGenerator / CodeGenerator.java
index 377d70ae0ba6c9f8c895d93155b58e56c4773aa5..95637ee7ab07b64a844e8a8609ccf5a5e9f52ea5 100644 (file)
@@ -294,7 +294,8 @@ public class CodeGenerator {
                File[] srcHashtable = {
                                new File(homeDir
                                                + "/benchmark/concurrent-hashmap/hashmap.h"),
-                               new File(homeDir + "/benchmark/concurrent-hashmap/main.cc") };
+                                               new File(homeDir + "/benchmark/concurrent-hashmap/testcase1.cc"),
+                               new File(homeDir + "/benchmark/concurrent-hashmap/main.cc")};
 
                File[] srcMSQueue = {
                                new File(homeDir + "/benchmark/ms-queue/my_queue.c"),