tests/Makefile.am: Fix "./configure && make clean && make"

Without this patch, make check fails with following error:
No rule to make target 'atconfig', needed by 'check-local'

Changes needed to fix the issue were gathered by looking at differences
with libosmo-netif's Makefile.

Change-Id: Ie6698d1c1d36e2b8a5391bc2322c1632458751db
This commit is contained in:
Pau Espin 2019-07-03 18:57:18 +02:00
parent 407f7f9307
commit d68773c4dc
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,7 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
} >'$(srcdir)/package.m4'
EXTRA_DIST = testsuite.at $(srcdir)/package.m4 $(TESTSUITE)
DISTCLEANFILES = atconfig
TESTSUITE = $(srcdir)/testsuite
if ENABLE_EXT_TESTS
@ -39,7 +40,6 @@ installcheck-local: atconfig $(TESTSUITE)
clean-local:
test ! -f '$(TESTSUITE)' || \
$(SHELL) '$(TESTSUITE)' --clean
$(RM) -f atconfig
AUTOM4TE = $(SHELL) $(top_srcdir)/missing --run autom4te
AUTOTEST = $(AUTOM4TE) --language=autotest