Tests for the NetworkSocketAPI

Dependents:   BSDInterfaceTests ESP8266InterfaceTests LWIPInterfaceTests SpwfInterface_NSAPI_Tests ... more

Revision:
1:796ba8b082b1
Child:
3:8b595ee6219d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NSAPITestServer.py	Thu Feb 25 12:38:05 2016 -0600
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+
+def main():
+    pass
+
+if __name__ != "__main__":
+    import sys
+    main(*sys.argv[1:])