1TESTS += modules/objfmts/win32/tests/win32_test.sh
2
3EXTRA_DIST += modules/objfmts/win32/tests/export.asm
4EXTRA_DIST += modules/objfmts/win32/tests/export.hex
5EXTRA_DIST += modules/objfmts/win32/tests/win32_test.sh
6EXTRA_DIST += modules/objfmts/win32/tests/win32-curpos.asm
7EXTRA_DIST += modules/objfmts/win32/tests/win32-curpos.hex
8EXTRA_DIST += modules/objfmts/win32/tests/win32-overdef.asm
9EXTRA_DIST += modules/objfmts/win32/tests/win32-overdef.hex
10EXTRA_DIST += modules/objfmts/win32/tests/win32-safeseh.asm
11EXTRA_DIST += modules/objfmts/win32/tests/win32-safeseh.hex
12EXTRA_DIST += modules/objfmts/win32/tests/win32-safeseh.masm
13EXTRA_DIST += modules/objfmts/win32/tests/win32-segof.asm
14EXTRA_DIST += modules/objfmts/win32/tests/win32-segof.hex
15EXTRA_DIST += modules/objfmts/win32/tests/win32test.c
16EXTRA_DIST += modules/objfmts/win32/tests/win32test.asm
17EXTRA_DIST += modules/objfmts/win32/tests/win32test.hex
18
19EXTRA_DIST += modules/objfmts/win32/tests/gas/Makefile.inc
20
21include modules/objfmts/win32/tests/gas/Makefile.inc
22