Changeset 4268 for zzuf/trunk/test
- Timestamp:
- Jan 14, 2010, 1:26:46 AM (11 years ago)
- Location:
- zzuf/trunk/test
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/test/Makefile.am
r4267 r4268 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 \7 check- overflow check-memory check-div0 check-rngcheck-utils6 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 8 8 9 9 echo-sources: ; echo $(SOURCES) -
zzuf/trunk/test/check-flag-M
r4267 r4268 1 1 #!/bin/sh 2 2 # 3 # check- memory- check that zzuf catches excessive memory allocations3 # check-flag-M - check that zzuf catches excessive memory allocations 4 4 # Copyright (c) 2008-2010 Sam Hocevar <sam@hocevar.net> 5 5 # All Rights Reserved … … 22 22 fi 23 23 24 start_test "zzuf memory exhaustiontest"24 start_test "zzuf -M test" 25 25 26 26 new_test "bug-memory < /file-00" -
zzuf/trunk/test/check-flag-r
r4267 r4268 1 1 #!/bin/sh 2 2 # 3 # check- rng- zzuf RNG statistic tests3 # check-flag-r - zzuf RNG statistic tests 4 4 # Copyright (c) 2008-2010 Sam Hocevar <sam@hocevar.net> 5 5 # All Rights Reserved … … 45 45 } 46 46 47 start_test "zzuf RNG test suite"47 start_test "zzuf -r test" 48 48 49 49 # if X flips are performed on N bits set to 0, the average number of bits
Note: See TracChangeset
for help on using the changeset viewer.