prog8/compiler/test
2021-08-02 10:07:19 +02:00
..
arithmetic
comparisons
fixtures * move ModuleImporter to prog8.compiler (package & module), together with its tests 2021-08-02 10:07:19 +02:00
helpers
AsmgenTests.kt * restrict access to Program.modules, add tests 2021-08-02 08:15:20 +02:00
ModuleImporterTests.kt * move ModuleImporter to prog8.compiler (package & module), together with its tests 2021-08-02 10:07:19 +02:00
TestCompilerOnCharLit.kt * test helpers assumeXyz (helpers/paths.kt) return the resulting path (unless they fail, of course); test directories are checked automatically at init, so no sanityCheckDirectories is needed anymore 2021-07-31 14:44:02 +02:00
TestCompilerOnExamples.kt + TestCompilerOptionLibdirs.kt: libdirs option doesn't seem to work 2021-08-01 10:16:37 +02:00
TestCompilerOnImportsAndIncludes.kt * structure TestCompilerOnImportsAndIncludes, add (@Disabled for now) test re %import with string arg 2021-08-02 08:57:09 +02:00
TestCompilerOnRanges.kt * test helpers assumeXyz (helpers/paths.kt) return the resulting path (unless they fail, of course); test directories are checked automatically at init, so no sanityCheckDirectories is needed anymore 2021-07-31 14:44:02 +02:00
TestCompilerOptionLibdirs.kt + TestCompilerOptionLibdirs.kt: libdirs option doesn't seem to work 2021-08-01 10:16:37 +02:00
TestMemory.kt * restrict access to Program.modules, add tests 2021-08-02 08:15:20 +02:00
TestNumbers.kt
TestNumericLiteralValue.kt
TestPetscii.kt
ZeropageTests.kt