summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2009-01-26 02:19:13 +0000
committerPádraig Brady <P@draigBrady.com>2009-01-28 15:39:18 +0000
commit2f61473e85f984f8b65dc149553241ebef7b5e76 (patch)
treedeff18537e5e62db10dfdfe3a2decbd7b0eac0dc /tests/Makefile.am
parent460ebb078ed7bf249af745d8725d6c37e7f15b57 (diff)
downloadcoreutils-2f61473e85f984f8b65dc149553241ebef7b5e76.tar.xz
tests: Add a test to verify shred's default operations
* tests/Makefile.am: add new test * tests/misc/shred-passes: Verify the operations shred does by default to overwrite and remove a zero length file.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 69475add0..4f8e40855 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -194,6 +194,7 @@ TESTS = \
misc/sha384sum \
misc/sha512sum \
misc/shred-exact \
+ misc/shred-passes \
misc/shred-remove \
misc/shuf \
misc/sort \