neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bsc/+/31625
)
Change subject: pick up all *.vty in EXTRA_DIST
......................................................................
pick up all *.vty in EXTRA_DIST
*.vty tests are picked up by the Makefile.am by means of a wildcard --
they are run when they are there. So when you forget to add it to
EXTRA_DIST, it will be run in your local build tree, but it will be
silently omitted from a distribution tar, and nothing will complain
about it gone missing.
Instead, also use a *.vty wildcard in EXTRA_DIST. So any *.vty test
added to the git source will both be run *and* included in distribution
tars implicitly.
Change-Id: I47c9011b5e0e2886d221e34e6aa281d1dd0495c7
---
M tests/Makefile.am
1 file changed, 20 insertions(+), 11 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/25/31625/1
diff --git a/tests/Makefile.am b/tests/Makefile.am
index fcfc4ea..8ee8bec 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -34,17 +34,7 @@
$(TESTSUITE) \
vty_test_runner.py \
ctrl_test_runner.py \
- cbc.vty \
- gprs_bvci_default.vty \
- handover_cfg.vty \
- neighbor_ident.vty \
- nri_cfg.vty \
- osmo-bsc.vty \
- timer.vty \
- power_ctrl.vty \
- interf_meas.vty \
- acch_overpower.vty \
- bts_features.vty \
+ $(srcdir)/*.vty \
ctrl/osmo-bsc-neigh-test.cfg \
ctrl/osmo-bsc-apply-config-file.cfg \
ctrl/osmo-bsc-apply-config-file-invalid.cfg \
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/31625
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I47c9011b5e0e2886d221e34e6aa281d1dd0495c7
Gerrit-Change-Number: 31625
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newchange