From 62cb45763206e3b5c4d0ae4093cf4d8cc16a1c94 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 29 Nov 2011 22:20:34 +0100 Subject: tests: Use the missing from the source directory No need to keep a manual copy of the missing binary, use the one that will be in the top_srcdir. --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 7a1147bc..c7d16aa3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -23,7 +23,7 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac echo ' [$(PACKAGE_URL)])'; \ } >'$(srcdir)/package.m4' -EXTRA_DIST = testsuite.at $(srcdir)/package.m4 $(TESTSUITE) missing +EXTRA_DIST = testsuite.at $(srcdir)/package.m4 $(TESTSUITE) TESTSUITE = $(srcdir)/testsuite check-local: atconfig $(TESTSUITE) @@ -38,7 +38,7 @@ clean-local: $(SHELL) '$(TESTSUITE)' --clean $(RM) -f atconfig -AUTOM4TE = $(SHELL) $(srcdir)/missing --run autom4te +AUTOM4TE = $(SHELL) $(top_srcdir)/missing --run autom4te AUTOTEST = $(AUTOM4TE) --language=autotest $(TESTSUITE): $(srcdir)/testsuite.at $(srcdir)/package.m4 $(AUTOTEST) -I '$(srcdir)' -o $@.tmp $@.at -- cgit v1.2.3