]> wimlib.net Git - wimlib/blobdiff - Makefile.am
Run NTFS tests when --without-ntfs-3g
[wimlib] / Makefile.am
index 69c360ab8062fc700f1cb4dd2100204da136840a..d2d04ea791b0d2fdfe57886a5b7c24ea16fd26dc 100644 (file)
@@ -125,8 +125,11 @@ tests_tree_cmp_SOURCES = tests/tree-cmp.c
 
 dist_check_SCRIPTS = tests/test-imagex                         \
                     tests/test-imagex-mount                    \
-                    tests/test-imagex-capture_and_apply        \
-                    tests/test-imagex-ntfs
+                    tests/test-imagex-capture_and_apply
+
+if WITH_NTFS_3G
+dist_check_SCRIPTS += tests/test-imagex-ntfs
+endif
 
 TESTS = $(dist_check_SCRIPTS)