summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChad Versace <chad.versace@intel.com>2015-08-13 09:13:46 -0700
committerChad Versace <chad.versace@intel.com>2015-08-13 09:13:46 -0700
commite2ebf3cac2af990f64f4ae58a6c1a157c77f96c7 (patch)
tree3db27aba00fb96d65f1cba00846023551af19044 /.gitignore
parent83e6f111f3b8b1cd753b179e93b77b1ea3efc514 (diff)
make: Don't override the autotools 'check' target
Add test to `make check` the proper way for autotools. Add them to the TESTS variable.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d0ce313..9c85c13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,7 +43,13 @@ install-sh
libtool
ltmain.sh
missing
+test-driver
+test-suite.log
-# self test output
+# autotools test-driver output
+/src/tests/self/concurrent-output.bash.log
+/src/tests/self/concurrent-output.bash.trs
+
+# self-tests output
/src/tests/self/*.stdout
/src/tests/self/*.stderr