mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-12-28 01:29:44 +00:00
Re-added tests.
This commit is contained in:
parent
4873bbb8e1
commit
d482815704
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user