From d482815704d7c85929a79ecaea73388080bd12c4 Mon Sep 17 00:00:00 2001 From: jespergravgaard Date: Thu, 8 Nov 2018 00:14:25 +0100 Subject: [PATCH] Re-added tests. --- src/test/java/dk/camelot64/kickc/test/TestFragments.java | 4 ---- src/test/java/dk/camelot64/kickc/test/TestPrograms.java | 8 -------- 2 files changed, 12 deletions(-) diff --git a/src/test/java/dk/camelot64/kickc/test/TestFragments.java b/src/test/java/dk/camelot64/kickc/test/TestFragments.java index ea54cd7fc..c3f489d71 100644 --- a/src/test/java/dk/camelot64/kickc/test/TestFragments.java +++ b/src/test/java/dk/camelot64/kickc/test/TestFragments.java @@ -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 signatures) throws IOException, URISyntaxException { CompileLog log = new CompileLog(); int cnt = 0; diff --git a/src/test/java/dk/camelot64/kickc/test/TestPrograms.java b/src/test/java/dk/camelot64/kickc/test/TestPrograms.java index 66490a21f..1e1a62f16 100644 --- a/src/test/java/dk/camelot64/kickc/test/TestPrograms.java +++ b/src/test/java/dk/camelot64/kickc/test/TestPrograms.java @@ -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