prog8/compiler/test/fixtures
2024-02-03 14:57:25 +01:00
..
subFolder + expose #54, %asmbinary when outputDir != workingDir; also: refactor compiler tests on examples and add test helpers 2021-07-17 13:02:20 +02:00
asmBinaryFromSameFolder.p8 + expose #54, %asmbinary when outputDir != workingDir; also: refactor compiler tests on examples and add test helpers 2021-07-17 13:02:20 +02:00
asmBinaryFromSubFolder.p8 + expose #54, %asmbinary when outputDir != workingDir; also: refactor compiler tests on examples and add test helpers 2021-07-17 13:02:20 +02:00
asmBinaryNonExisting.p8 + expose #54, %asmbinary when outputDir != workingDir; also: refactor compiler tests on examples and add test helpers 2021-07-17 13:02:20 +02:00
asmBinaryNonReadable.p8 + expose #54, %asmbinary when outputDir != workingDir; also: refactor compiler tests on examples and add test helpers 2021-07-17 13:02:20 +02:00
asmIncludeFromSameFolder.p8 remove unit test issue 2022-02-15 00:38:51 +01:00
ast_empty.p8 moved all unit tests into single project to avoid dependency issues 2021-12-04 18:20:22 +01:00
ast_file_with_syntax_error.p8 allow more curly brace styles 2023-06-27 01:59:22 +02:00
ast_simple_main.p8 moved all unit tests into single project to avoid dependency issues 2021-12-04 18:20:22 +01:00
do_nothing.asm + expose #54, %asmbinary when outputDir != workingDir; also: refactor compiler tests on examples and add test helpers 2021-07-17 13:02:20 +02:00
do_nothing1.bin + expose #54, %asmbinary when outputDir != workingDir; also: refactor compiler tests on examples and add test helpers 2021-07-17 13:02:20 +02:00
file_with_syntax_error.p8 allow more curly brace styles 2023-06-27 01:59:22 +02:00
foo_bar.asm it's now possible to use symbols that are the same name as 6502 instructions 2022-11-30 18:39:56 +01:00
foo_bar.p8 it's now possible to use symbols that are the same name as 6502 instructions 2022-11-30 18:39:56 +01:00
import_file_with_syntax_error.p8 * move ModuleImporter to prog8.compiler (package & module), together with its tests 2021-08-02 10:07:19 +02:00
import_import_nonexisting.p8 * move ModuleImporter to prog8.compiler (package & module), together with its tests 2021-08-02 10:07:19 +02:00
import_nonexisting.p8 * move ModuleImporter to prog8.compiler (package & module), together with its tests 2021-08-02 10:07:19 +02:00
importFromSameFolder.p8 it's now possible to use symbols that are the same name as 6502 instructions 2022-11-30 18:39:56 +01:00
simple_main.p8 + TestCompilerOptionLibdirs.kt: libdirs option doesn't seem to work 2021-08-01 10:16:37 +02:00