prog8/compiler/test
2021-10-09 17:59:40 +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 * move ModuleImporter to prog8.compiler (package & module), together with its tests 2021-08-02 10:07:19 +02:00
helpers * split up test helpers into separate files, move mapCombinations(..) down to compilerAst/test/helpers since they're generic and don't depend on compiler 2021-07-30 18:37:12 +02:00
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 fix char range in float-range test and exclude test.p8 example from tests 2021-09-12 18:59:53 +02:00
TestCompilerOnImportsAndIncludes.kt fix filename case issue 2021-10-09 17:59:40 +02:00
TestCompilerOnRanges.kt fix char range in float-range test and exclude test.p8 example from tests 2021-09-12 18:59:53 +02:00
TestCompilerOptionLibdirs.kt + TestCompilerOptionLibdirs.kt: libdirs option doesn't seem to work 2021-08-01 10:16:37 +02:00
TestImportedModulesOrderAndOptions.kt fix regression in imported module order (reversed) 2021-09-12 18:16:24 +02:00
TestMemory.kt * restrict access to Program.modules, add tests 2021-08-02 08:15:20 +02:00
TestNumbers.kt * some more housekeeping re tests: gradle doesn't like .* imports for annotations, added @Disabled comments, made warnings go away 2021-07-11 19:04:53 +02:00
TestNumericLiteralValue.kt * some more housekeeping re tests: gradle doesn't like .* imports for annotations, added @Disabled comments, made warnings go away 2021-07-11 19:04:53 +02:00
TestPetscii.kt * some more housekeeping re tests: gradle doesn't like .* imports for annotations, added @Disabled comments, made warnings go away 2021-07-11 19:04:53 +02:00
ZeropageTests.kt * some more housekeeping re tests: gradle doesn't like .* imports for annotations, added @Disabled comments, made warnings go away 2021-07-11 19:04:53 +02:00