diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_check.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_check.c b/tests/test_check.c index cb6b8ec1..40715c6a 100644 --- a/tests/test_check.c +++ b/tests/test_check.c @@ -81,6 +81,8 @@ test_crc64(void) int main(void) { + lzma_init_check(); + bool error = false; error |= test_crc32(); |