mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
Test case showing problems on loading library (64 vs 32 bit)
This commit is contained in:
parent
4a6717959c
commit
950b17a8fe
4 changed files with 24 additions and 4 deletions
|
|
@ -44,7 +44,7 @@ public class TestMappedObject {
|
|||
throw new RuntimeException("Asserts must be enabled for this test.");
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
public static void main(String[] args) throws Exception {
|
||||
MappedObjectTransformer.register(MappedFloat.class);
|
||||
MappedObjectTransformer.register(MappedVec2.class);
|
||||
MappedObjectTransformer.register(MappedVec3.class);
|
||||
|
|
@ -70,6 +70,8 @@ public class TestMappedObject {
|
|||
MappedObjectTests3.testForeach();
|
||||
MappedObjectTests3.testConstructor();
|
||||
MappedObjectTests3.testMappedSet();
|
||||
|
||||
MappedObjectWithLibrary.testLWJGL();
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue