fixeria has uploaded this change for review.
tests: $(BUILT_SOURCES) is not defined
Change-Id: I81dc30f6d6e3b25723f00d945c87b9c01c648cbf
---
M tests/Makefile.am
1 file changed, 11 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/21/32121/1
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 720d631..61dffad 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,11 +21,11 @@
TESTSUITE = $(srcdir)/testsuite
if ENABLE_EXT_TESTS
-python-tests: $(BUILT_SOURCES)
+python-tests:
osmotestvty.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
else
-python-tests: $(BUILT_SOURCES)
+python-tests:
echo "Not running python-based tests (determined at configure-time)"
endif
To view, visit change 32121. To unsubscribe, or for help writing mail filters, visit settings.