MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / runSF

Method runSF

chapter24/src/test/java/com/seaofnodes/simple/TestC.java:63–66  ·  view source on GitHub ↗
(String name, String src, TypeInteger arg, String expected, int spills )

Source from the content-addressed store, hash-verified

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);

Callers 15

testOrMethod · 0.95
testAndMethod · 0.95
testCondSideEffAndMethod · 0.95
testCondSideEffOrMethod · 0.95
testFuncCallMethod · 0.95
testStack1Method · 0.95
testStack2Method · 0.95
testStack3Method · 0.95
testStack4Method · 0.95
testStack5Method · 0.95
testOrMethod · 0.95
testAndMethod · 0.95

Calls 1

runMethod · 0.95

Tested by

no test coverage detected