1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-04 05:59:26 +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. */
public class TestFragments {
/*
@BeforeClass
public static void setUp() {
AsmFragmentTemplateSynthesizer.initialize("src/main/fragment/");
@ -278,6 +279,8 @@ public class TestFragments {
return false;
}
*/
/** 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 {