summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-16 17:10:54 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-16 17:10:54 +0100
commit3e519439f5483808a59a4a492528b35a698167cd (patch)
treee8bc0c38293189168e2257a04b5820348e72d50c
parenta10602d7b29336460e50bd50d683321595f0aada (diff)
downloadwolfbones-3e519439f5483808a59a4a492528b35a698167cd.tar.gz
wolfbones-3e519439f5483808a59a4a492528b35a698167cd.tar.bz2
small fixes around port tests
-rw-r--r--.gitignore2
-rw-r--r--tests/port/GNUmakefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 787676f..b0c8079 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,8 @@ src/libwolf.a
# binaries
tests/daemon/testd
+tests/port/test_strdup
+tests/port/test_strerror_r
# generated documentation
docs/doxygen
diff --git a/tests/port/GNUmakefile b/tests/port/GNUmakefile
index 0d4f0bb..74e16cf 100644
--- a/tests/port/GNUmakefile
+++ b/tests/port/GNUmakefile
@@ -20,6 +20,6 @@ local_distclean:
local_test: all
@echo "Testing strdup.."
- @./test_strdup
+ @./test_strdup >/dev/null
@echo "Testing strerror_r..."
- @./test_strerror_r
+ @./test_strerror_r >/dev/null