| OLD | NEW |
| 1 # $Id: Makefile.inc 2191 2009-03-25 03:42:05Z peter $ | 1 # $Id: Makefile.inc 2323 2010-05-16 03:37:00Z peter $ |
| 2 | 2 |
| 3 TESTS += modules/parsers/nasm/tests/nasm_test.sh | 3 TESTS += modules/parsers/nasm/tests/nasm_test.sh |
| 4 | 4 |
| 5 EXTRA_DIST += modules/parsers/nasm/tests/nasm_test.sh | 5 EXTRA_DIST += modules/parsers/nasm/tests/nasm_test.sh |
| 6 EXTRA_DIST += modules/parsers/nasm/tests/alignnop16.asm | 6 EXTRA_DIST += modules/parsers/nasm/tests/alignnop16.asm |
| 7 EXTRA_DIST += modules/parsers/nasm/tests/alignnop16.hex | 7 EXTRA_DIST += modules/parsers/nasm/tests/alignnop16.hex |
| 8 EXTRA_DIST += modules/parsers/nasm/tests/alignnop32.asm | 8 EXTRA_DIST += modules/parsers/nasm/tests/alignnop32.asm |
| 9 EXTRA_DIST += modules/parsers/nasm/tests/alignnop32.hex | 9 EXTRA_DIST += modules/parsers/nasm/tests/alignnop32.hex |
| 10 EXTRA_DIST += modules/parsers/nasm/tests/charconstmath.asm | 10 EXTRA_DIST += modules/parsers/nasm/tests/charconstmath.asm |
| 11 EXTRA_DIST += modules/parsers/nasm/tests/charconstmath.hex | 11 EXTRA_DIST += modules/parsers/nasm/tests/charconstmath.hex |
| 12 EXTRA_DIST += modules/parsers/nasm/tests/dirwarning.asm |
| 13 EXTRA_DIST += modules/parsers/nasm/tests/dirwarning.errwarn |
| 14 EXTRA_DIST += modules/parsers/nasm/tests/dirwarning.hex |
| 12 EXTRA_DIST += modules/parsers/nasm/tests/dy.asm | 15 EXTRA_DIST += modules/parsers/nasm/tests/dy.asm |
| 13 EXTRA_DIST += modules/parsers/nasm/tests/dy.hex | 16 EXTRA_DIST += modules/parsers/nasm/tests/dy.hex |
| 14 EXTRA_DIST += modules/parsers/nasm/tests/endcomma.asm | 17 EXTRA_DIST += modules/parsers/nasm/tests/endcomma.asm |
| 15 EXTRA_DIST += modules/parsers/nasm/tests/endcomma.hex | 18 EXTRA_DIST += modules/parsers/nasm/tests/endcomma.hex |
| 16 EXTRA_DIST += modules/parsers/nasm/tests/equcolon.asm | 19 EXTRA_DIST += modules/parsers/nasm/tests/equcolon.asm |
| 17 EXTRA_DIST += modules/parsers/nasm/tests/equcolon.hex | 20 EXTRA_DIST += modules/parsers/nasm/tests/equcolon.hex |
| 18 EXTRA_DIST += modules/parsers/nasm/tests/equlocal.asm | 21 EXTRA_DIST += modules/parsers/nasm/tests/equlocal.asm |
| 19 EXTRA_DIST += modules/parsers/nasm/tests/equlocal.hex | 22 EXTRA_DIST += modules/parsers/nasm/tests/equlocal.hex |
| 20 EXTRA_DIST += modules/parsers/nasm/tests/hexconst.asm | 23 EXTRA_DIST += modules/parsers/nasm/tests/hexconst.asm |
| 21 EXTRA_DIST += modules/parsers/nasm/tests/hexconst.hex | 24 EXTRA_DIST += modules/parsers/nasm/tests/hexconst.hex |
| (...skipping 17 matching lines...) Expand all Loading... |
| 39 EXTRA_DIST += modules/parsers/nasm/tests/struczero.asm | 42 EXTRA_DIST += modules/parsers/nasm/tests/struczero.asm |
| 40 EXTRA_DIST += modules/parsers/nasm/tests/struczero.hex | 43 EXTRA_DIST += modules/parsers/nasm/tests/struczero.hex |
| 41 EXTRA_DIST += modules/parsers/nasm/tests/syntax-err.asm | 44 EXTRA_DIST += modules/parsers/nasm/tests/syntax-err.asm |
| 42 EXTRA_DIST += modules/parsers/nasm/tests/syntax-err.errwarn | 45 EXTRA_DIST += modules/parsers/nasm/tests/syntax-err.errwarn |
| 43 EXTRA_DIST += modules/parsers/nasm/tests/uscore.asm | 46 EXTRA_DIST += modules/parsers/nasm/tests/uscore.asm |
| 44 EXTRA_DIST += modules/parsers/nasm/tests/uscore.hex | 47 EXTRA_DIST += modules/parsers/nasm/tests/uscore.hex |
| 45 | 48 |
| 46 EXTRA_DIST += modules/parsers/nasm/tests/worphan/Makefile.inc | 49 EXTRA_DIST += modules/parsers/nasm/tests/worphan/Makefile.inc |
| 47 | 50 |
| 48 include modules/parsers/nasm/tests/worphan/Makefile.inc | 51 include modules/parsers/nasm/tests/worphan/Makefile.inc |
| OLD | NEW |