Add binary frames support and tests, to close feature request #38.

This commit is contained in:
David Baird
2014-12-06 23:38:35 -05:00
parent 4fe25a880f
commit e1e50d092d
6 changed files with 139 additions and 57 deletions
+4 -2
View File
@@ -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