Changeset 4272 for zzuf/trunk/test
- Timestamp:
- Jan 15, 2010, 6:03:39 PM (11 years ago)
- Location:
- zzuf/trunk/test
- Files:
-
- 1 edited
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/test/Makefile.am
r4268 r4272 4 4 noinst_PROGRAMS = zzero zznop bug-overflow bug-memory bug-div0 5 5 6 TESTS = check-build check-flag-A check-flag-f check-flag-m check-flag-M \ 7 check-flag-r check-overflow check-div0 check-utils 6 TESTS = check-zzuf-A-autoinc \ 7 check-zzuf-f-fuzzing \ 8 check-zzuf-m-md5 \ 9 check-zzuf-M-max-memory \ 10 check-zzuf-r-ratio \ 11 check-build check-overflow check-div0 check-utils 8 12 9 13 echo-sources: ; echo $(SOURCES) -
zzuf/trunk/test/check-zzuf-A-autoinc
r4271 r4272 1 1 #!/bin/sh 2 2 # 3 # check- flag-A- test "zzuf -A" flag (auto-increment)3 # check-zzuf-A-autoinc - test "zzuf -A" flag (auto-increment) 4 4 # Copyright (c) 2008-2010 Sam Hocevar <sam@hocevar.net> 5 5 # All Rights Reserved -
zzuf/trunk/test/check-zzuf-M-max-memory
r4271 r4272 1 1 #!/bin/sh 2 2 # 3 # check- flag-M - check that zzuf catches excessive memory allocations3 # check-zzuf-M-max-memory - check that zzuf catches excessive memory allocs 4 4 # Copyright (c) 2008-2010 Sam Hocevar <sam@hocevar.net> 5 5 # All Rights Reserved -
zzuf/trunk/test/check-zzuf-f-fuzzing
r4271 r4272 1 1 #!/bin/sh 2 2 # 3 # check- flag-f- test "zzuf -f" flag (fuzzing mode)3 # check-zzuf-f-fuzzing - test "zzuf -f" flag (fuzzing mode) 4 4 # Copyright (c) 2008-2010 Sam Hocevar <sam@hocevar.net> 5 5 # All Rights Reserved -
zzuf/trunk/test/check-zzuf-m-md5
r4271 r4272 1 1 #!/bin/sh 2 2 # 3 # check- flag-m- test "zzuf -m" flag (md5 checksums)3 # check-zzuf-m-md5 - test "zzuf -m" flag (md5 checksums) 4 4 # Copyright (c) 2008-2010 Sam Hocevar <sam@hocevar.net> 5 5 # All Rights Reserved -
zzuf/trunk/test/check-zzuf-r-ratio
r4271 r4272 1 1 #!/bin/sh 2 2 # 3 # check- flag-r- zzuf RNG statistic tests3 # check-zzuf-r-ratio - zzuf RNG statistic tests 4 4 # Copyright (c) 2008-2010 Sam Hocevar <sam@hocevar.net> 5 5 # All Rights Reserved
Note: See TracChangeset
for help on using the changeset viewer.