diff options
Diffstat (limited to 'tests/date/Makefile.am')
-rw-r--r-- | tests/date/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/date/Makefile.am b/tests/date/Makefile.am index 21f1c0fe5..b29961cb6 100644 --- a/tests/date/Makefile.am +++ b/tests/date/Makefile.am @@ -3,7 +3,11 @@ ##test-files-begin x = date explicit = -maint_gen = +maint_gen = t1.exp t2.exp t3.exp t4.exp t5.exp t6.exp t7.exp t8.exp t9.exp \ +tleap-1.exp +run_gen = t1.out t1.err t2.out t2.err t3.out t3.err t4.out t4.err t5.out \ +t5.err t6.out t6.err t7.out t7.err t8.out t8.err t9.out t9.err tleap-1.out \ +tleap-1.err ##test-files-end EXTRA_DIST = mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen) |