diff mbox series

[bug#65221,3/6] Makefile.am: enable extra-ports.sh test.

Message ID 20230818202239.21177-3-striness@tilde.club
State New
Headers show
Series [bug#65221,1/6] tests: add extra-ports.sh test. | expand

Commit Message

ulfvonbelow Aug. 18, 2023, 8:22 p.m. UTC
* Makefile.am (TESTS): add tests/extra-ports.sh
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index fdfcf3d..b2ce46b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -271,7 +271,8 @@  TESTS =						\
   tests/daemonize.sh				\
   tests/eval-load.sh				\
   tests/services/monitoring.sh			\
-  tests/services/repl.sh
+  tests/services/repl.sh                        \
+  tests/extra-ports.sh
 
 TEST_EXTENSIONS = .sh
 EXTRA_DIST += $(TESTS)