Tools/NetTest - Add a runner to test networking stack
[tpg/acess2.git] / Tools / NetTest_Runner / include / tests.h
diff --git a/Tools/NetTest_Runner/include/tests.h b/Tools/NetTest_Runner/include/tests.h
new file mode 100644 (file)
index 0000000..bb16722
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * tests.h
+ * - List of tests used by main.c
+ */
+#ifndef _TESTS_H_
+#define _TESTS_H_
+
+#include "common.h"
+#include <stdbool.h>
+
+extern bool    Test_ARP_Basic(void);
+extern bool    Test_TCP_Basic(void);
+
+#endif
+

UCC git Repository :: git.ucc.asn.au