Tests for BSDInterface

Dependencies:   BSDInterface NetworkSocketAPI NSAPITests

Revision:
3:b0f9303ec5d1
Parent:
2:3515c4f23398
Child:
4:53abe3b28740
--- a/main.cpp	Thu Feb 25 12:40:50 2016 -0600
+++ b/main.cpp	Wed Mar 02 16:17:32 2016 -0600
@@ -21,5 +21,5 @@
 
 int main()
 {
-    return nsapi_tests("BSDInterface Tests", &iface);
+    return nsapi_tests("BSDInterface Tests", &iface, "127.0.0.1", 4000, 4001);
 }