aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-03-01 23:00:50 +0100
committerneels <nhofmeyr@sysmocom.de>2023-03-02 15:03:44 +0000
commit50558c17f9c94498a2b3f42f7aa9fabcf787f121 (patch)
tree980eb017c8ed44866f33c5906e27372798cc4f5b /tests
parent52b74175ddef77bfc5e1479692676684f5ff7e75 (diff)
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
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am12
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index fcfc4eaf1..8ee8bec51 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -34,17 +34,7 @@ EXTRA_DIST = \
$(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 \