igzip: Delete igzip_check.c and set igzip_rand_test.c to a check test

Change-Id: Ie8127e2aa5f1dcc69501c9e86f83497ddf50b070
Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
This commit is contained in:
Roy Oursler 2016-09-28 13:24:43 -07:00 committed by Greg Tucker
parent 266ac91a6e
commit 886297517b
3 changed files with 2 additions and 1298 deletions

View File

@ -48,9 +48,7 @@ extern_hdrs += include/igzip_lib.h
pkginclude_HEADERS += include/types.h
unit_tests += igzip/igzip_rand_test
check_tests += igzip/igzip_check
check_tests += igzip/igzip_rand_test
perf_tests += igzip/igzip_perf igzip/igzip_sync_flush_perf
@ -93,7 +91,6 @@ igzip_igzip_inflate_perf_LDFLAGS = -lz
igzip_inflate_test: LDLIBS += -lz
igzip_igzip_inflate_test_LDADD = libisal.la
igzip_igzip_inflate_test_LDFLAGS = -lz
igzip_igzip_check_LDADD = libisal.la
igzip_igzip_hist_perf_LDADD = libisal.la
igzip_fuzz_inflate: LDLIBS += -lz
igzip_igzip_fuzz_inflate_LDADD = libisal.la

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,7 @@
#include <math.h>
#ifndef RANDOMS
# define RANDOMS 400
# define RANDOMS 0x40
#endif
#ifndef TEST_SEED
# define TEST_SEED 0x1234