prog8/compilerAst/test
2021-08-02 14:52:46 +02:00
..
ast * restrict access to Program.modules, add tests 2021-08-02 08:15:20 +02:00
fixtures * move ModuleImporter to prog8.compiler (package & module), together with its tests 2021-08-02 10:07:19 +02:00
helpers * (first quick) fix: ModuleImporter should look in given "libdirs" (or better "srcdirs"?) for module file 2021-08-01 15:17:47 +02:00
helpers_pathsTests.kt * (first quick) fix: ModuleImporter should look in given "libdirs" (or better "srcdirs"?) for module file 2021-08-01 15:17:47 +02:00
TestAstToSourceCode.kt * restrict access to Program.modules, add tests 2021-08-02 08:15:20 +02:00
TestProg8Parser.kt * structure TestProg8Parser with @Nested 2021-08-02 14:52:46 +02:00
TestSourceCode.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