]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
run-t-ntp_signd.c:
authorDamir Tomic <viperus@ntp.org>
Mon, 17 Aug 2015 10:21:45 +0000 (12:21 +0200)
committerDamir Tomic <viperus@ntp.org>
Mon, 17 Aug 2015 10:21:45 +0000 (12:21 +0200)
  added more tests manually

bk: 55d1b5b9V7ckvACOWMCLd21TGPOJjA

tests/ntpd/run-t-ntp_signd.c
tests/ntpd/t-ntp_signd.c

index 0ab7862dff589cb4906277ba9c1c737351933024..a3b5bfc809e1c8267dca87b45d1f36949f57c4c5 100644 (file)
@@ -34,7 +34,7 @@ extern void tearDown(void);
 extern void test_connect_incorrect_socket(void);
 extern void test_connect_correct_socket(void);
 extern void test_write_all(void);
-
+extern void test_send_packet(void);
 
 //=======Test Reset Option=====
 void resetTest(void);
@@ -55,6 +55,7 @@ int main(int argc, char *argv[])
   RUN_TEST(test_connect_incorrect_socket, 12);
   RUN_TEST(test_connect_correct_socket, 12);
   RUN_TEST(test_write_all, 23);
+  RUN_TEST(test_send_packet,25);
 
   return (UnityEnd());
 }
index 09a75c86d008f21758a1e1a34e5ff1e8e27195ce..59fc77484405ce4b19ba56c35dbf476991a681e5 100644 (file)
@@ -78,7 +78,6 @@ test_connect_correct_socket(void){
 }
 
 
-
 void
 test_write_all(void){
        int fd = ux_socket_connect("/socket");