prog8/compiler/test
2021-10-24 15:13:38 +02:00
..
arithmetic move test 2021-03-18 19:34:54 +01:00
comparisons fix bugs in word <= and >= comparisons 2021-03-18 19:20:48 +01:00
fixtures comments 2021-10-19 01:12:28 +02:00
helpers (7.2) can now test for specific error messages, and specify to omit invoking assembler in tests 2021-10-22 01:25:26 +02:00
AsmgenTests.kt got rid of program arg for isInRegularRAM 2021-10-19 22:30:30 +02:00
ModuleImporterTests.kt (7.2) can now test for specific error messages, and specify to omit invoking assembler in tests 2021-10-22 01:25:26 +02:00
TestCallgraph.kt tests for callgraph and unused subroutine removal in optimizer 2021-10-20 22:24:10 +02:00
TestCompilerOnCharLit.kt a few comment and TODO cleanups. 2021-10-19 23:20:34 +02:00
TestCompilerOnExamples.kt rename mainModule to toplevelModule. 2021-10-19 21:49:05 +02:00
TestCompilerOnImportsAndIncludes.kt remove testcase that attempted to check invalid %import syntax. 2021-10-13 22:10:35 +02:00
TestCompilerOnRanges.kt (7.2) can now test for specific error messages, and specify to omit invoking assembler in tests 2021-10-22 01:25:26 +02:00
TestCompilerOptionLibdirs.kt renamed command line option -libdirs to -srcdirs 2021-10-13 18:16:51 +02:00
TestImportedModulesOrderAndOptions.kt rename mainModule to toplevelModule. 2021-10-19 21:49:05 +02:00
TestMemory.kt clarified isInRegularRAM() by making it an extension method on AssignTarget 2021-10-19 22:36:05 +02:00
TestNumbers.kt optimized imports 2021-10-11 00:22:04 +02:00
TestNumericLiteralValue.kt optimized imports 2021-10-11 00:22:04 +02:00
TestOptimization.kt fix test to recognise inserted return statements 2021-10-20 22:50:18 +02:00
TestPetscii.kt (7.2) cleanup Petscii converter errorhandling, add unit tests for error scenarios 2021-10-20 23:48:20 +02:00
TestSubroutines.kt don't complain about uninitialized str var if it's not a var 2021-10-24 15:13:38 +02:00
ZeropageTests.kt optimized imports 2021-10-11 00:22:04 +02:00