(String name, String src, TypeInteger arg, String expected, int spills )
| 61 | |
| 62 | // Do not link with c file - just inline with source. |
| 63 | public static void runSF(String name, String src, TypeInteger arg, String expected, int spills ) throws IOException { |
| 64 | String efile = "build/objs/"+name; |
| 65 | run(src,CALL_CONVENTION,arg, "",null,efile,"S",expected,spills); |
| 66 | } |
| 67 | |
| 68 | public static void runS(String file, TypeInteger arg, String expected, int spills ) throws IOException { |
| 69 | run("src/test/java/com/seaofnodes/simple/progs", file, arg, expected, spills, true); |
no test coverage detected