1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-08-02 09:29:35 +00:00

Re-added tests.

This commit is contained in:
jespergravgaard 2018-11-08 00:14:25 +01:00
parent 4873bbb8e1
commit d482815704
2 changed files with 0 additions and 12 deletions

View File

@ -30,8 +30,6 @@ public class TestFragments {
AsmFragmentTemplateUsages.logUsages(log, false, false, false, false, false, false);
}
/*
@Test
public void testAssignmentsBu() throws IOException, URISyntaxException {
testFragments("fragments-assignment-copy", assignmentsBu());
@ -47,8 +45,6 @@ public class TestFragments {
testFragments("fragments-assignment-binary", assignmentsBinaryBu());
}
*/
private void testFragments(String fileName, Collection<String> signatures) throws IOException, URISyntaxException {
CompileLog log = new CompileLog();
int cnt = 0;

View File

@ -44,12 +44,6 @@ public class TestPrograms {
AsmFragmentTemplateUsages.logUsages(log, false, false, false, false, false, false);
}
@Test
public void testTest() {
return;
}
/*
@Test
public void testFastMultiply8() throws IOException, URISyntaxException {
compileAndCompare("examples/fastmultiply/fastmultiply8.kc");
@ -1127,8 +1121,6 @@ public class TestPrograms {
return binFile;
}
*/
/**
* Ensures that the path to the passed file is created.
* @param file The file to create a path for