aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-01-15 07:44:59 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-01-15 07:44:59 +0200
commit78e85cb1a7667c54853670d2eb09d754bcbda87d (patch)
tree9d2c468a3653c5a95694b0c30a27f48bc1ef6b17 /tests
parentFix typo in test_index.c. (diff)
downloadxz-78e85cb1a7667c54853670d2eb09d754bcbda87d.tar.xz
Fix CRC code in case --enable-small is used.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_check.c2
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();