]> wimlib.net Git - wimlib/blobdiff - Makefile.am
add_image.c: Add debugging statements for branch attachment
[wimlib] / Makefile.am
index bfff423a94f968feeea5523f61349eb896bbe870..70f42876d349da42ae6ddf50804693aae751ea19 100644 (file)
@@ -107,6 +107,7 @@ EXTRA_DIST =                                        \
        archlinux                               \
        debian                                  \
        rpm                                     \
+       README.WINDOWS                          \
        programs/install.cmd                    \
        programs/wimapply.c                     \
        tests/common_tests.sh                   \
@@ -154,5 +155,13 @@ if WITH_NTFS_3G
 dist_check_SCRIPTS += tests/test-imagex-ntfs
 endif
 
+if WINDOWS_BUILD
+TESTS =
+else
+# TODO: The tests need to be re-written for Windows builds.  One issue (that
+# applies to both test-imagex and test-imagex-capture_and_apply) is that
+# Cygwin's 'ln -s' will create some sort of regular file with special contents
+# rather than a reparse point.
 TESTS = $(dist_check_SCRIPTS)
+endif