X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=Makefile.am;h=69c360ab8062fc700f1cb4dd2100204da136840a;hp=9b00f8b9cb27607cdf1017414b7be0c19e4cd5ae;hb=bffee8acdd6c41b0ea57196f7801c212b261b865;hpb=987d08cf79ce32b8c3822d86ac373047d9f87455 diff --git a/Makefile.am b/Makefile.am index 9b00f8b9..69c360ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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,13 @@ 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 \ + tests/test-imagex-ntfs + TESTS = $(dist_check_SCRIPTS)