Changeset 2545

Show
Ignore:
Timestamp:
07/16/08 19:23:37 (3 months ago)
Author:
sam
Message:
  • Add a bunch of unit tests to check for zzuf basic capabilities: SIGSEGV and SIGFPE detection, memory exhaustion detection.
Location:
zzuf/trunk
Files:
6 added
2 modified
2 moved

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/.gitignore

    r2325 r2545  
    2222test/zzcat 
    2323test/zzero 
     24test/bug-div0 
     25test/bug-memory 
     26test/bug-overflow 
  • zzuf/trunk/test/Makefile.am

    r2541 r2545  
    22EXTRA_DIST = rng utils file-00 file-ff file-random file-text 
    33 
    4 noinst_PROGRAMS = zzcat zzero 
     4noinst_PROGRAMS = zzcat zzero bug-overflow bug-memory bug-div0 
    55 
    6 TESTS = rng utils 
     6TESTS = check-rng check-overflow check-memory check-div0 check-utils 
    77 
    88zzcat_SOURCES = zzcat.c