diff options
Diffstat (limited to 'tests/sort')
-rw-r--r-- | tests/sort/Makefile.am | 2 | ||||
-rw-r--r-- | tests/sort/Makefile.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/sort/Makefile.am b/tests/sort/Makefile.am index a072bbd19..5fecc465b 100644 --- a/tests/sort/Makefile.am +++ b/tests/sort/Makefile.am @@ -56,6 +56,8 @@ $(srcdir)/$x-tests: $(mk_script) Test.pm MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) +check: $(maint_gen) + Makefile.am: ../Makefile.am.in Test.pm $(mk_script) rm -f $@ $@t sed -n '1,/^##test-files-begin/p' $< > $@t diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index eb6a8422e..ff83187ca 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -259,6 +259,8 @@ $(srcdir)/$x-tests: $(mk_script) Test.pm mv $@.n $@ chmod 755 $@ +check: $(maint_gen) + Makefile.am: ../Makefile.am.in Test.pm $(mk_script) rm -f $@ $@t sed -n '1,/^##test-files-begin/p' $< > $@t |