Rename check-flag-# tests to check-zzuf-#-#### with the option's long name,

to avoid problems with case-insensitive filesystems.
This commit is contained in:
Sam Hocevar 2010-01-15 17:03:39 +00:00 committed by sam
parent 76f1c8b664
commit ac372df746
6 changed files with 11 additions and 7 deletions

View File

@ -3,8 +3,12 @@ EXTRA_DIST = $(TESTS) functions.inc file-00 file-ff file-random file-text
noinst_PROGRAMS = zzero zznop bug-overflow bug-memory bug-div0
TESTS = check-build check-flag-A check-flag-f check-flag-m check-flag-M \
check-flag-r check-overflow check-div0 check-utils
TESTS = check-zzuf-A-autoinc \
check-zzuf-f-fuzzing \
check-zzuf-m-md5 \
check-zzuf-M-max-memory \
check-zzuf-r-ratio \
check-build check-overflow check-div0 check-utils
echo-sources: ; echo $(SOURCES)

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# check-flag-A - test "zzuf -A" flag (auto-increment)
# check-zzuf-A-autoinc - test "zzuf -A" flag (auto-increment)
# Copyright (c) 2008-2010 Sam Hocevar <sam@hocevar.net>
# All Rights Reserved
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# check-flag-M - check that zzuf catches excessive memory allocations
# check-zzuf-M-max-memory - check that zzuf catches excessive memory allocs
# Copyright (c) 2008-2010 Sam Hocevar <sam@hocevar.net>
# All Rights Reserved
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# check-flag-f - test "zzuf -f" flag (fuzzing mode)
# check-zzuf-f-fuzzing - test "zzuf -f" flag (fuzzing mode)
# Copyright (c) 2008-2010 Sam Hocevar <sam@hocevar.net>
# All Rights Reserved
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# check-flag-m - test "zzuf -m" flag (md5 checksums)
# check-zzuf-m-md5 - test "zzuf -m" flag (md5 checksums)
# Copyright (c) 2008-2010 Sam Hocevar <sam@hocevar.net>
# All Rights Reserved
#

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# check-flag-r - zzuf RNG statistic tests
# check-zzuf-r-ratio - zzuf RNG statistic tests
# Copyright (c) 2008-2010 Sam Hocevar <sam@hocevar.net>
# All Rights Reserved
#