Unbreak distcheck (missing test shell scripts from EXTRA_DIST).

svn path=/trunk/yasm/; revision=1733
0.6.0
Peter Johnson 18 years ago
parent 7f68927283
commit b2054b00ee
  1. 1
      modules/objfmts/macho/tests/nasm32/Makefile.inc
  2. 1
      modules/objfmts/macho/tests/nasm64/Makefile.inc

@ -2,6 +2,7 @@
TESTS += modules/objfmts/macho/tests/nasm32/macho32_test.sh
EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32_test.sh
EXTRA_DIST += modules/objfmts/macho/tests/nasm32/machotest.c
EXTRA_DIST += modules/objfmts/macho/tests/nasm32/machotest.asm
EXTRA_DIST += modules/objfmts/macho/tests/nasm32/machotest.hex

@ -2,6 +2,7 @@
TESTS += modules/objfmts/macho/tests/nasm64/macho64_test.sh
EXTRA_DIST += modules/objfmts/macho/tests/nasm64/macho64_test.sh
EXTRA_DIST += modules/objfmts/macho/tests/nasm64/machotest64.c
EXTRA_DIST += modules/objfmts/macho/tests/nasm64/machotest64.asm
EXTRA_DIST += modules/objfmts/macho/tests/nasm64/machotest64.hex

Loading…
Cancel
Save