summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/TestAllFiles.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/TestAllFiles.h b/test/TestAllFiles.h
index d07436a..505b2a3 100644
--- a/test/TestAllFiles.h
+++ b/test/TestAllFiles.h
@@ -156,5 +156,9 @@ TestAllNormalFiles(const char *subdir, int expected, testfilefunc testfunc)
static void
TestAllCompressedFiles(const char *subdir, int expected, testfilefunc testfunc)
{
+#ifdef NO_ZPIPE
+ g_test_message("compression disabled, skipping compressed file tests");
+#else
TestAllFilesByType(G_TEST_BUILT, TRUE, subdir, expected, testfunc);
+#endif
}