[cogl/msvc-support] tests/conform/Makefile.am: Make test .bat name clearer



commit b133060192e555a2d52b67cea6ac5040b3700371
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Oct 4 16:04:23 2011 +0800

    tests/conform/Makefile.am: Make test .bat name clearer
    
    Change name of .bat file that tests all COGL conformance tests to
    indicate that this is indeed for COGL

 tests/conform/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am
index b640b3f..ec904fc 100644
--- a/tests/conform/Makefile.am
+++ b/tests/conform/Makefile.am
@@ -83,7 +83,7 @@ stamp-test-conformance: Makefile $(srcdir)/test-conform-main.c
 		( 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$(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]