build: Add test wrappers to the main ignore file
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 19 Oct 2010 10:03:13 +0000 (11:03 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 19 Oct 2010 10:03:13 +0000 (11:03 +0100)
They are generated at configure time, so it's a good idea to have them
in the main ignore file instead of adding them to the built ignore files
under tests.

.gitignore
tests/conform/Makefile.am
tests/interactive/Makefile.am

index bc37555..b00d14a 100644 (file)
@@ -93,6 +93,8 @@ mkinstalldirs
 stamp-h1
 TAGS
 /tests/tools/disable-npots.sh
+/tests/conform/test-launcher.sh
+/tests/interactive/wrapper.sh
 /po/POTFILES
 /po/*.gmo
 /po/Makefile.in.in
index 5428f8a..96cdaf6 100644 (file)
@@ -99,7 +99,6 @@ stamp-test-conformance: Makefile $(srcdir)/test-conform-main.c
        @chmod +x test-launcher.sh
        @( echo "/stamp-test-conformance" ; \
           echo "/test-conformance" ; \
-          echo "/test-launcher.sh" ; \
           echo "*.o" ; \
           echo "*.xml" ; \
           echo "*.html" ; \
index 02cbb83..b384957 100644 (file)
@@ -72,7 +72,6 @@ stamp-test-interactive: Makefile test-interactive$(EXEEXT)
        chmod +x $$wrapper && \
        ( echo "/stamp-test-interactive" ; \
          echo "/test-interactive" ; \
-         echo "/wrapper.sh" ; \
          echo "*.o" ; \
          echo ".gitignore" ) > .gitignore ; \
        for i in $(UNIT_TESTS); \