Skip to content

Commit 265d309

Browse files
committed
Run test-ws.sh only under WITH_WEBSOCKETS=yes
Signed-off-by: Matt Turner <mattst88@gmail.com>
1 parent b3b4d77 commit 265d309

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/client/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ all :
99
check : test
1010
test : 02 03 04
1111
./test.sh
12+
ifeq ($(WITH_WEBSOCKETS),yes)
1213
./test-ws.sh
14+
endif
1315

1416
test-compile:
1517

@@ -82,7 +84,9 @@ endif
8284

8385
ptest :
8486
./test.sh
87+
ifeq ($(WITH_WEBSOCKETS),yes)
8588
./test-ws.sh
89+
endif
8690
./test.py
8791

8892
clean:

0 commit comments

Comments
 (0)