Changeset 2545
- Timestamp:
- 07/16/08 19:23:37 (3 months ago)
- Location:
- zzuf/trunk
- Files:
-
- 6 added
- 2 modified
- 2 moved
-
.gitignore (modified) (1 diff)
-
test/Makefile.am (modified) (1 diff)
-
test/bug-div0.c (added)
-
test/bug-memory.c (added)
-
test/bug-overflow.c (added)
-
test/check-div0 (added)
-
test/check-memory (added)
-
test/check-overflow (added)
-
test/check-rng (moved) (moved from zzuf/trunk/test/rng)
-
test/check-utils (moved) (moved from zzuf/trunk/test/utils)
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/.gitignore
r2325 r2545 22 22 test/zzcat 23 23 test/zzero 24 test/bug-div0 25 test/bug-memory 26 test/bug-overflow -
zzuf/trunk/test/Makefile.am
r2541 r2545 2 2 EXTRA_DIST = rng utils file-00 file-ff file-random file-text 3 3 4 noinst_PROGRAMS = zzcat zzero 4 noinst_PROGRAMS = zzcat zzero bug-overflow bug-memory bug-div0 5 5 6 TESTS = rngutils6 TESTS = check-rng check-overflow check-memory check-div0 check-utils 7 7 8 8 zzcat_SOURCES = zzcat.c
