diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am index 8f46594cf..190fdcb48 100644 --- a/tests/conform/Makefile.am +++ b/tests/conform/Makefile.am @@ -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; \ diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am index 57a9bf5d5..4e6cd5c84 100644 --- a/tests/interactive/Makefile.am +++ b/tests/interactive/Makefile.am @@ -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/