Add binary frames support and tests, to close feature request #38.
This commit is contained in:
+4
-2
@@ -1,5 +1,7 @@
|
||||
include gtest.mk
|
||||
|
||||
CXXFLAGS = -std=gnu++1y -Wall -I..
|
||||
LDLIBS = -lstdc++
|
||||
LDLIBS +=
|
||||
.PHONY: all clean
|
||||
test: easywsclient.t
|
||||
node testServer.js & sleep 1 && ./easywsclient.t
|
||||
@@ -7,5 +9,5 @@ clean:
|
||||
-rm easywsclient.t *.o
|
||||
vpath %.cpp ../
|
||||
vpath %.hpp ../
|
||||
easywsclient.t: easywsclient.t.o easywsclient.o
|
||||
easywsclient.t: easywsclient.t.o easywsclient.o gtest-all.o
|
||||
easywsclient.o: easywsclient.cpp easywsclient.hpp
|
||||
|
||||
Reference in New Issue
Block a user