]> wimlib.net Git - wimlib/blobdiff - Makefile.am
Remove more trailing whitespace
[wimlib] / Makefile.am
index f05e58ddd4898eff7d5d1f80ef5f8af6593d270e..69c360ab8062fc700f1cb4dd2100204da136840a 100644 (file)
@@ -87,10 +87,15 @@ dist_bin_SCRIPTS = programs/mkwinpeimg
 
 include_HEADERS = src/wimlib.h
 
-EXTRA_DIST =                   \
-       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
@@ -115,8 +120,13 @@ man1_MANS =                        \
 
 $(man1_MANS): config.status
 
-check_PROGRAMS = tests/ntfs-cmp
-tests_ntfs_cmp_SOURCES = tests/ntfs-cmp.c
-dist_check_SCRIPTS = tests/test-imagex tests/test-imagex-ntfs
+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        \
+                    tests/test-imagex-ntfs
+
 TESTS = $(dist_check_SCRIPTS)