]> wimlib.net Git - wimlib/commitdiff
Skip tests on Windows builds
authorEric Biggers <ebiggers3@gmail.com>
Sun, 10 Mar 2013 19:51:21 +0000 (14:51 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 10 Mar 2013 19:51:21 +0000 (14:51 -0500)
Makefile.am

index ca3c1d3bf0e1552e4adb54fdee6a594130b66935..84360b3a8629996864a1e9224dfb75880fa04559 100644 (file)
@@ -155,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