fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-pcu/+/28958 )
Change subject: tests: target 'check-local' does not depend on BUILT_SOURCES
......................................................................
tests: target 'check-local' does not depend on BUILT_SOURCES
Change-Id: I6cef8024cc10998b29e2bf7fc64c4c98fed7d8dd
---
M tests/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/58/28958/1
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d1021ee..fdc0a6c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -244,7 +244,7 @@
@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
--
To view, visit
https://gerrit.osmocom.org/c/osmo-pcu/+/28958
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I6cef8024cc10998b29e2bf7fc64c4c98fed7d8dd
Gerrit-Change-Number: 28958
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange