]> wimlib.net Git - wimlib/blobdiff - Makefile.am
Run NTFS tests when --without-ntfs-3g
[wimlib] / Makefile.am
index 9b00f8b9cb27607cdf1017414b7be0c19e4cd5ae..d2d04ea791b0d2fdfe57886a5b7c24ea16fd26dc 100644 (file)
@@ -31,8 +31,8 @@ libwim_la_SOURCES =           \
        src/lzx.h               \
        src/modify.c            \
        src/mount.c             \
-       src/ntfs.c              \
-       src/ntfs-3g_security.c  \
+       src/ntfs-apply.c        \
+       src/ntfs-capture.c      \
        src/resource.c          \
        src/security.c          \
        src/security.h          \
@@ -87,11 +87,15 @@ dist_bin_SCRIPTS = programs/mkwinpeimg
 
 include_HEADERS = src/wimlib.h
 
-EXTRA_DIST =                   \
-       COPYING.LIB             \
-       build-aux/strip_fPIC.sh \
-       debian                  \
-       programs/install.cmd
+EXTRA_DIST =                                   \
+       build-aux/strip_fPIC.sh                 \
+       debian                                  \
+       programs/install.cmd                    \
+       tests/common_tests.sh                   \
+       tests/security_descriptor_1.base64      \
+       tests/security_descriptor_1.bin         \
+       tests/security_descriptor_2.base64      \
+       tests/security_descriptor_2.bin
 
 pkgconfigdir   = @pkgconfigdir@
 pkgconfig_DATA = wimlib.pc
@@ -116,6 +120,16 @@ man1_MANS =                        \
 
 $(man1_MANS): config.status
 
-dist_check_SCRIPTS = tests/test-imagex
+check_PROGRAMS = tests/tree-cmp
+tests_tree_cmp_SOURCES = tests/tree-cmp.c
+
+dist_check_SCRIPTS = tests/test-imagex                         \
+                    tests/test-imagex-mount                    \
+                    tests/test-imagex-capture_and_apply
+
+if WITH_NTFS_3G
+dist_check_SCRIPTS += tests/test-imagex-ntfs
+endif
+
 TESTS = $(dist_check_SCRIPTS)