add experimental Haskell bindings
[sbp.git] / src / edu / berkeley / sbp / misc / RegressionTests.java
index 33c015d..677f7dd 100644 (file)
@@ -17,6 +17,10 @@ public class RegressionTests {
     public static boolean yes = false;
     public static boolean graph = false;
 
+    public static void main() throws Exception {
+      main(new String[] { "tests/meta.g", "tests/testcase.g", "tests/regression.tc" });
+    }
+
     public static void main(String[] s) throws Exception {
         try {
             boolean profile = false;