Neels Hofmeyr has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/11122 )

Change subject: make: allow vty-tests without configure
......................................................................

make: allow vty-tests without configure

Change-Id: I8cb165890ed77bea8ae82f5228828fa19ff7e0b9
---
M tests/Makefile.am
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Harald Welte: Looks good to me, but someone else must approve
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9b4cfe4..446276b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -49,6 +49,10 @@
        $(srcdir)/vty_test_runner.py -w $(abs_top_builddir) -v
        $(srcdir)/ctrl_test_runner.py -w $(abs_top_builddir) -v
        rm -f $(top_builddir)/sms.db $(top_builddir)/gsn_restart 
$(top_builddir)/gtphub_restart_count
+else
+python-tests: $(BUILT_SOURCES)
+       echo "Not running python-based tests (determined at configure-time)"
+endif

 # To update the VTY script from current application behavior,
 # pass -u to vty_script_runner.py by doing:
@@ -58,10 +62,6 @@
                -n OsmoBSC -p 4242 \
                -r "$(top_builddir)/src/osmo-bsc/osmo-bsc -c 
$(top_srcdir)/doc/examples/osmo-bsc/osmo-bsc-minimal.cfg" \
                $(U) $(srcdir)/*.vty
-else
-python-tests: $(BUILT_SOURCES)
-       echo "Not running python-based tests (determined at configure-time)"
-endif

 check-local: atconfig $(TESTSUITE)
        $(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS)

--
To view, visit https://gerrit.osmocom.org/11122
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I8cb165890ed77bea8ae82f5228828fa19ff7e0b9
Gerrit-Change-Number: 11122
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofm...@sysmocom.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Neels Hofmeyr <nhofm...@sysmocom.de>

Reply via email to