fixeria has uploaded this change for review.

View Change

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 change 28958. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I6cef8024cc10998b29e2bf7fc64c4c98fed7d8dd
Gerrit-Change-Number: 28958
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange