From: Damir Tomic Date: Mon, 3 Aug 2015 06:51:53 +0000 (+0200) Subject: ntp_signd.c~736d4c4a37ef4b86: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9ec4f3b7562f53a1b69c79a03d3c178a6e2c333;p=thirdparty%2Fntp.git ntp_signd.c~736d4c4a37ef4b86: Delete: tests/ntpd/ntp_signd.c bk: 55bf0f891kH0ufbtKl4_zV-hVdVT5w --- diff --git a/tests/ntpd/ntp_signd.c b/tests/ntpd/ntp_signd.c deleted file mode 100644 index 7a585dd34..000000000 --- a/tests/ntpd/ntp_signd.c +++ /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){ - -}