tests: target 'check-local' does not depend on BUILT_SOURCES

Change-Id: I6cef8024cc10998b29e2bf7fc64c4c98fed7d8dd
This commit is contained in:
Vadim Yanitskiy 2022-08-06 05:15:06 +07:00 committed by fixeria
parent 19319ce487
commit a1f1128be5
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ python-tests: $(BUILT_SOURCES)
@echo "Not running python-based tests (determined at configure-time)"
endif
check-local: atconfig $(BUILT_SOURCES) $(TESTSUITE)
check-local: atconfig $(TESTSUITE)
$(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS)
$(MAKE) $(AM_MAKEFLAGS) python-tests