- 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 -1
View File
@@ -22,6 +22,8 @@
#include <stdlib.h>
#include <string.h>
#include "socket_test.h"
#include "../tester.h"
#include "../socket.h"
@@ -47,4 +49,3 @@ void test_socket(tester_t *tester)
tester->assert_false(tester, strcmp(test_string, pkt->data.ptr), "packet exchange");
}