| Revision 4279,
390 bytes
checked in by sam, 3 years ago
(diff) |
|
Add a check-zzuf-s-seed that tests whether all bits in a sequence have a
chance of being toggled.
|
| Line | |
|---|
| 1 | |
|---|
| 2 | EXTRA_DIST = $(TESTS) functions.inc file-00 file-ff file-random file-text |
|---|
| 3 | |
|---|
| 4 | noinst_PROGRAMS = zzero zznop zzone bug-overflow bug-memory bug-div0 |
|---|
| 5 | |
|---|
| 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 |
|---|
| 12 | |
|---|
| 13 | echo-sources: ; echo $(SOURCES) |
|---|
| 14 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.