X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=Makefile.am;h=cec197d39fe8eb85141caedefbef719ed3588a5e;hb=a2c56fd332b6c37026b24c8a216e0ff0bf140d80;hp=c77b0589d0d21d286f0dcd9607eaea995b87f176;hpb=dd20a8998242af4f340d81d586538a92e77feb2e;p=wimlib diff --git a/Makefile.am b/Makefile.am index c77b0589..cec197d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,8 @@ libwim_la_SOURCES = \ src/lzx.h \ src/modify.c \ src/mount.c \ - src/ntfs.c \ + src/ntfs-apply.c \ + src/ntfs-capture.c \ src/resource.c \ src/security.c \ src/security.h \ @@ -86,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 @@ -115,6 +120,19 @@ 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-capture_and_apply + +if WITH_FUSE +dist_check_SCRIPTS += tests/test-imagex-mount +endif + +if WITH_NTFS_3G +dist_check_SCRIPTS += tests/test-imagex-ntfs +endif + TESTS = $(dist_check_SCRIPTS)