mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-27 19:50:10 +00:00
Some test work
This commit is contained in:
parent
2b5f6b8856
commit
287ffb46ed
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user