test-[interactive/conformance].bat: Update .exe name
This commit is contained in:
parent
a36ab5787b
commit
098a83af9e
@ -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; \
|
||||
|
@ -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/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user