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



commit 098a83af9ed8adef2b4aa048a756b8c9ce0b8ed3
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 8f46594..190fdcb 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 57a9bf5..4e6cd5c 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/
 	



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