test-[interactive/conformance].bat: Update .exe name

This commit is contained in:
Chun-wei Fan 2011-10-20 17:26:55 +08:00
parent a36ab5787b
commit 098a83af9e
2 changed files with 4 additions and 4 deletions

View File

@ -128,8 +128,8 @@ stamp-test-conformance: Makefile $(srcdir)/test-conform-main.c
echo " GEN $$unit"; \
( echo "#!/bin/sh" ; echo "$(abs_builddir)/test-launcher.sh '$$i' \"\$$@\"" ) > $$unit$(SHEXT) ; \
( echo "#!/bin/sh" ; echo "exec $(abs_builddir)/test-conformance$(EXEEXT) -p $$i \"\$$@\"" ) > wrappers/$$unit$(SHEXT) ; \
( echo "test-conformance$(EXEEXT) -p $$i" ) > $$unit.bat ; \
( echo "test-conformance$(EXEEXT) -p $$i" ) >> test-conformance.bat ; \
( echo "test-conformance-clutter$(EXEEXT) -p $$i" ) > $$unit.bat ; \
( echo "test-conformance-clutter$(EXEEXT) -p $$i" ) >> test-conformance.bat ; \
chmod +x $$unit$(SHEXT); \
chmod +x wrappers/$$unit$(SHEXT); \
echo "/$$unit$(SHEXT)" >> .gitignore; \

View File

@ -104,8 +104,8 @@ stamp-test-interactive: Makefile
*.c) test_bin=$${i%*.c} \
;; \
esac; \
( echo "test-interactive $$test_bin" ) > $$test_bin.bat ; \
( echo "test-interactive $$test_bin" ) >> test-interactive.bat ; \
( echo "test-interactive-clutter $$test_bin" ) > $$test_bin.bat ; \
( echo "test-interactive-clutter $$test_bin" ) >> test-interactive.bat ; \
done \
&& cp *.bat $(top_srcdir)/build/win32/