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:
parent
266ac91a6e
commit
886297517b
@ -48,9 +48,7 @@ extern_hdrs += include/igzip_lib.h
|
|||||||
|
|
||||||
pkginclude_HEADERS += include/types.h
|
pkginclude_HEADERS += include/types.h
|
||||||
|
|
||||||
unit_tests += igzip/igzip_rand_test
|
check_tests += igzip/igzip_rand_test
|
||||||
|
|
||||||
check_tests += igzip/igzip_check
|
|
||||||
|
|
||||||
perf_tests += igzip/igzip_perf igzip/igzip_sync_flush_perf
|
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_inflate_test: LDLIBS += -lz
|
||||||
igzip_igzip_inflate_test_LDADD = libisal.la
|
igzip_igzip_inflate_test_LDADD = libisal.la
|
||||||
igzip_igzip_inflate_test_LDFLAGS = -lz
|
igzip_igzip_inflate_test_LDFLAGS = -lz
|
||||||
igzip_igzip_check_LDADD = libisal.la
|
|
||||||
igzip_igzip_hist_perf_LDADD = libisal.la
|
igzip_igzip_hist_perf_LDADD = libisal.la
|
||||||
igzip_fuzz_inflate: LDLIBS += -lz
|
igzip_fuzz_inflate: LDLIBS += -lz
|
||||||
igzip_igzip_fuzz_inflate_LDADD = libisal.la
|
igzip_igzip_fuzz_inflate_LDADD = libisal.la
|
||||||
|
1293
igzip/igzip_check.c
1293
igzip/igzip_check.c
File diff suppressed because it is too large
Load Diff
@ -36,7 +36,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#ifndef RANDOMS
|
#ifndef RANDOMS
|
||||||
# define RANDOMS 400
|
# define RANDOMS 0x40
|
||||||
#endif
|
#endif
|
||||||
#ifndef TEST_SEED
|
#ifndef TEST_SEED
|
||||||
# define TEST_SEED 0x1234
|
# define TEST_SEED 0x1234
|
||||||
|
Loading…
x
Reference in New Issue
Block a user