///////////////////////////////////////////////////////////////////////////////
#ifdef HAVE_CONFIG_H
-# include "sysdefs.h"
+# include "check.h"
#endif
#ifdef WORDS_BIGENDIAN
///////////////////////////////////////////////////////////////////////////////
#ifdef HAVE_CONFIG_H
-# include "sysdefs.h"
+# include "check.h"
#endif
#ifdef WORDS_BIGENDIAN
{
// So far there's no decoder-specific stuff to initialize.
-#ifdef HAVE_CHECK
lzma_init_check();
-#endif
return;
}
if (already_initialized)
return;
-#ifdef HAVE_CHECK
lzma_init_check();
-#endif
#if defined(HAVE_SMALL) && defined(HAVE_ENCODER) && defined(HAVE_FILTER_LZMA)
lzma_rc_init();
int
main(void)
{
+ lzma_init_check();
+
bool error = false;
error |= test_crc32();