Add new unit tests

This commit is contained in:
Nick O'Leary
2014-02-06 21:23:13 +00:00
parent 989ca99594
commit 011171cfc3
13 changed files with 632 additions and 0 deletions

11
tests/src/lib/IPAddress.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef IPAddress_h
#define IPAddress_h
extern "C" {
#define IPAddress uint8_t*
}
#endif