- tests are now performed in its own main tests.c

-
This commit is contained in:
Jan Hutter
2005-11-07 08:34:40 +00:00
parent 8ccd0b01f9
commit fd9cabd4e6
13 changed files with 128 additions and 103 deletions
+2 -6
View File
@@ -23,6 +23,8 @@
#ifndef SOCKET_TEST_H_
#define SOCKET_TEST_H_
#include "../tester.h"
/**
* @brief Test function for the type socket_t
*
@@ -30,11 +32,5 @@
*/
void test_socket(tester_t *tester);
/**
* Test for socket_t
*/
test_t socket_test = {test_socket,"Socket"};
#endif /*SOCKET_TEST_H_*/