[clutter/msvc-support-1.8] test-[interactive/conformance].bat: Update .exe name



commit 0e34c6ca6ebbf75fcc68fb602d13d630089971fa
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Oct 20 17:26:55 2011 +0800

    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 22efb4c..01f3e4a 100644
--- a/tests/conform/Makefile.am
+++ b/tests/conform/Makefile.am
@@ -127,8 +127,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 a37a081..e66978a 100644
--- a/tests/interactive/Makefile.am
+++ b/tests/interactive/Makefile.am
@@ -102,8 +102,8 @@ stamp-test-interactive: Makefile test-interactive$(EXEEXT)
 		*.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/
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]