From: Reuben Thomas Date: Thu, 28 Feb 2008 19:18:58 +0000 (+0000) Subject: Use wildcards to avoid having to extend EXTRA_DIST each time a test is X-Git-Tag: FILE5_05~435 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36f07d3ea6f91bc0e251e7bd43f018aa031de415;p=file Use wildcards to avoid having to extend EXTRA_DIST each time a test is added. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 6b9feac1..b953a108 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,4 +8,4 @@ check-local: TEST_BASES = gedcom EXTRA_DIST = \ - gedcom.magic gedcom.testfile gedcom.result + *.magic *.testfile *.result