add enet for some client/server tests

This commit is contained in:
=
2015-05-05 12:51:38 -07:00
parent 3da8dbce1c
commit 7eec0dc57d
25 changed files with 6496 additions and 1 deletions

View File

@@ -122,7 +122,9 @@
include "../examples/HelloWorld"
include "../examples/BasicDemo"
include "../examples/ThirdPartyLibs/enet"
include "../test/enet/client"
include "../test/enet/server"
if not _OPTIONS["without-gtest"] then
include "../test/gtest-1.7.0"