X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=Makefile.am;h=69c360ab8062fc700f1cb4dd2100204da136840a;hb=8191ca50a47773d20e94ffb85bedefe199166484;hp=f05e58ddd4898eff7d5d1f80ef5f8af6593d270e;hpb=ae01a7b97e80bc86a53d9c4a377116fb293c3655;p=wimlib diff --git a/Makefile.am b/Makefile.am index f05e58dd..69c360ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)