- tests are now performed in its own main tests.c
-
This commit is contained in:
@@ -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_*/
|
||||
|
||||
Reference in New Issue
Block a user