]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ntp_signd.c~736d4c4a37ef4b86:
authorDamir Tomic <viperus@ntp.org>
Mon, 3 Aug 2015 06:51:53 +0000 (08:51 +0200)
committerDamir Tomic <viperus@ntp.org>
Mon, 3 Aug 2015 06:51:53 +0000 (08:51 +0200)
  Delete: tests/ntpd/ntp_signd.c

bk: 55bf0f891kH0ufbtKl4_zV-hVdVT5w

tests/ntpd/ntp_signd.c [deleted file]

diff --git a/tests/ntpd/ntp_signd.c b/tests/ntpd/ntp_signd.c
deleted file mode 100644 (file)
index 7a585dd..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#include "config.h"
-
-#include "ntp.h"
-#include "ntp_calendar.h"
-#include "ntp_stdlib.h"
-
-#include "unity.h"
-
-#include "test-libntp.h"
-
-
-void 
-test_ux_socket_connect(void){
-       TEST_ASSERT_EQUAL(-1, ux_socket_connect(NULL));
-
-
-       //write_all()
-       char *socketName = "Random_Socket_Name";
-       int length = strlen(socketName);
-
-}
-
-void
-test_write_all(void){
-
-}