Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of NSAPITests by
NSAPITests.cpp@1:796ba8b082b1, 2016-02-25 (annotated)
- Committer:
- Christopher Haster
- Date:
- Thu Feb 25 12:38:05 2016 -0600
- Revision:
- 1:796ba8b082b1
- Child:
- 2:41bf867fedd2
Added framework for tests
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Christopher Haster |
1:796ba8b082b1 | 1 | #include "NetworkInterface.h" |
Christopher Haster |
1:796ba8b082b1 | 2 | |
Christopher Haster |
1:796ba8b082b1 | 3 | int nsapi_tests(const char *name, NetworkInterface *iface) |
Christopher Haster |
1:796ba8b082b1 | 4 | { |
Christopher Haster |
1:796ba8b082b1 | 5 | |
Christopher Haster |
1:796ba8b082b1 | 6 | |
Christopher Haster |
1:796ba8b082b1 | 7 | } |
Christopher Haster |
1:796ba8b082b1 | 8 |