1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-12-01 00:51:12 +00:00

Some test work

This commit is contained in:
Jesper Gravgaard 2018-10-07 03:10:48 +02:00
parent 2b5f6b8856
commit 287ffb46ed

View File

@ -18,6 +18,7 @@ import static junit.framework.TestCase.fail;
/** Test the ASM fragment sub-system by loading/synthesizing a lot of different fragments and comparing with reference fragments. */ /** Test the ASM fragment sub-system by loading/synthesizing a lot of different fragments and comparing with reference fragments. */
public class TestFragments { public class TestFragments {
/*
@BeforeClass @BeforeClass
public static void setUp() { public static void setUp() {
AsmFragmentTemplateSynthesizer.initialize("src/main/fragment/"); AsmFragmentTemplateSynthesizer.initialize("src/main/fragment/");
@ -278,6 +279,8 @@ public class TestFragments {
return false; return false;
} }
*/
/** A signature that is part of a fragment signature. The signature may have sub-values (eg. if. it is a _derefidx_ signature */ /** A signature that is part of a fragment signature. The signature may have sub-values (eg. if. it is a _derefidx_ signature */
public static class Value { public static class Value {