summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-12-07 18:14:17 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-12-07 18:14:17 +0800
commit075ab0cbe64d656de950b6a383fdcc8d1356877e (patch)
tree6f1711d56a4e2b3b0cac54c414925a3eb9d3b3e3
parent158245fda31e7adad38aa49e4c12efcad0e326e0 (diff)
downloadclutter-075ab0cbe64d656de950b6a383fdcc8d1356877e.tar.gz
conform/Makefile.am: Update Win32 test .bat name
Rename to test-conformance-clutter.bat to make the file name clearer to users
-rw-r--r--tests/conform/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am
index 713a0ae97..167605103 100644
--- a/tests/conform/Makefile.am
+++ b/tests/conform/Makefile.am
@@ -129,7 +129,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-clutter$(EXEEXT) -p $$i" ) > $(top_builddir)/build/win32/$$unit-clutter.bat ; \
- ( echo "test-conformance-clutter$(EXEEXT) -p $$i" ) >> $(top_builddir)/build/win32/test-conformance.bat ; \
+ ( echo "test-conformance-clutter$(EXEEXT) -p $$i" ) >> $(top_builddir)/build/win32/test-conformance-clutter.bat ; \
chmod +x $$unit$(SHEXT); \
chmod +x wrappers/$$unit$(SHEXT); \
echo "/$$unit$(SHEXT)" >> .gitignore; \