Add test code used to diagnose bug #37.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
CXXFLAGS = -std=gnu++1y -Wall -I..
|
||||
LDLIBS = -lstdc++
|
||||
.PHONY: all clean
|
||||
test: easywsclient.t
|
||||
node testServer.js & sleep 1 && ./easywsclient.t
|
||||
clean:
|
||||
-rm easywsclient.t *.o
|
||||
vpath %.cpp ../
|
||||
vpath %.hpp ../
|
||||
easywsclient.t: easywsclient.t.o easywsclient.o
|
||||
easywsclient.o: easywsclient.cpp easywsclient.hpp
|
||||
Reference in New Issue
Block a user