diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-01-15 07:44:59 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-01-15 07:44:59 +0200 |
commit | 78e85cb1a7667c54853670d2eb09d754bcbda87d (patch) | |
tree | 9d2c468a3653c5a95694b0c30a27f48bc1ef6b17 /tests | |
parent | Fix typo in test_index.c. (diff) | |
download | xz-78e85cb1a7667c54853670d2eb09d754bcbda87d.tar.xz |
Fix CRC code in case --enable-small is used.
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(); |