| OLD | NEW |
| 1 # $Id: Makefile.inc 2063 2008-04-12 08:30:22Z peter $ | |
| 2 | |
| 3 TESTS += modules/parsers/tasm/tests/tasm_test.sh | 1 TESTS += modules/parsers/tasm/tests/tasm_test.sh |
| 4 | 2 |
| 5 EXTRA_DIST += modules/parsers/tasm/tests/tasm_test.sh | 3 EXTRA_DIST += modules/parsers/tasm/tests/tasm_test.sh |
| 6 EXTRA_DIST += modules/parsers/tasm/tests/array.asm | 4 EXTRA_DIST += modules/parsers/tasm/tests/array.asm |
| 7 EXTRA_DIST += modules/parsers/tasm/tests/array.hex | 5 EXTRA_DIST += modules/parsers/tasm/tests/array.hex |
| 8 EXTRA_DIST += modules/parsers/tasm/tests/case.asm | 6 EXTRA_DIST += modules/parsers/tasm/tests/case.asm |
| 9 EXTRA_DIST += modules/parsers/tasm/tests/case.hex | 7 EXTRA_DIST += modules/parsers/tasm/tests/case.hex |
| 10 EXTRA_DIST += modules/parsers/tasm/tests/charstr.asm | 8 EXTRA_DIST += modules/parsers/tasm/tests/charstr.asm |
| 11 EXTRA_DIST += modules/parsers/tasm/tests/charstr.hex | 9 EXTRA_DIST += modules/parsers/tasm/tests/charstr.hex |
| 12 EXTRA_DIST += modules/parsers/tasm/tests/dup.asm | 10 EXTRA_DIST += modules/parsers/tasm/tests/dup.asm |
| (...skipping 23 matching lines...) Expand all Loading... |
| 36 EXTRA_DIST += modules/parsers/tasm/tests/segment.hex | 34 EXTRA_DIST += modules/parsers/tasm/tests/segment.hex |
| 37 EXTRA_DIST += modules/parsers/tasm/tests/size.asm | 35 EXTRA_DIST += modules/parsers/tasm/tests/size.asm |
| 38 EXTRA_DIST += modules/parsers/tasm/tests/size.hex | 36 EXTRA_DIST += modules/parsers/tasm/tests/size.hex |
| 39 EXTRA_DIST += modules/parsers/tasm/tests/struc.asm | 37 EXTRA_DIST += modules/parsers/tasm/tests/struc.asm |
| 40 EXTRA_DIST += modules/parsers/tasm/tests/struc.errwarn | 38 EXTRA_DIST += modules/parsers/tasm/tests/struc.errwarn |
| 41 EXTRA_DIST += modules/parsers/tasm/tests/struc.hex | 39 EXTRA_DIST += modules/parsers/tasm/tests/struc.hex |
| 42 | 40 |
| 43 EXTRA_DIST += modules/parsers/tasm/tests/exe/Makefile.inc | 41 EXTRA_DIST += modules/parsers/tasm/tests/exe/Makefile.inc |
| 44 | 42 |
| 45 include modules/parsers/tasm/tests/exe/Makefile.inc | 43 include modules/parsers/tasm/tests/exe/Makefile.inc |
| OLD | NEW |