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



commit 548347289e5dc72930212e21f014cd6b31ea1106
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Oct 20 17:30:04 2011 +0800

    test-conformance-cogl.bat: Update .exe name

 tests/conform/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am
index dbbe0e4..1147c50 100644
--- a/tests/conform/Makefile.am
+++ b/tests/conform/Makefile.am
@@ -82,8 +82,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-cogl.bat ; \
+		( echo "test-conformance-cogl$(EXEEXT) -p $$i" ) > $$unit.bat ; \
+		( echo "test-conformance-cogl$(EXEEXT) -p $$i" ) >> test-conformance-cogl.bat ; \
 		chmod +x $$unit$(SHEXT); \
 		chmod +x wrappers/$$unit$(SHEXT); \
 		echo "/$$unit$(SHEXT)" >> .gitignore; \



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