diff --git a/test/client/Makefile b/test/client/Makefile index c47610777..629256860 100644 --- a/test/client/Makefile +++ b/test/client/Makefile @@ -9,7 +9,9 @@ all : check : test test : 02 03 04 ./test.sh +ifeq ($(WITH_WEBSOCKETS),yes) ./test-ws.sh +endif test-compile: @@ -82,7 +84,9 @@ endif ptest : ./test.sh +ifeq ($(WITH_WEBSOCKETS),yes) ./test-ws.sh +endif ./test.py clean: