Skip to content

Commit 9e7b707

Browse files
committed
Can now run specific multi-server test targets
1 parent 684ce80 commit 9e7b707

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/tests/all.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ test: \
5252
test.keywords \
5353
test.xlat \
5454
test.modules \
55-
test.multi-server \
5655
test.process \
5756
test.radiusd-c \
5857
test.radclient \
@@ -103,6 +102,10 @@ endif
103102
$(BUILD_DIR)/tests:
104103
${Q}mkdir -p $@
105104

105+
.PHONY: test.multi-server.%
106+
test.multi-server.%:
107+
$(MAKE) -f src/tests/multi-server/all.mk $*
108+
106109
######################################################################
107110
#
108111
# Generic rules to set up the tests

0 commit comments

Comments
 (0)