From 098a83af9ed8adef2b4aa048a756b8c9ce0b8ed3 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 20 Oct 2011 17:26:55 +0800 Subject: [PATCH] test-[interactive/conformance].bat: Update .exe name --- tests/conform/Makefile.am | 4 ++-- tests/interactive/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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/