diff options
author | James Booth <boothj5@gmail.com> | 2014-01-29 00:30:12 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-01-29 00:30:12 +0000 |
commit | adb360072b99fddbec12e68ea38f1dc3a2e4ed7a (patch) | |
tree | 30397367ae60e7acc1b0236b696512b1d788aae4 /.gitignore | |
parent | 571665eeac0c357fb1b9482531dc62c10ccdb595 (diff) | |
download | profani-tty-adb360072b99fddbec12e68ea38f1dc3a2e4ed7a.tar.gz |
Move all test output to ./testsuite.out, show single line pass/fail
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d89776e7..7d081ef9 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ runvalgrind.sh src/prof_config.h clean.sh valgrind.out.old +testsuite.out |