bk: 5579d80eZO5MRcU_k0oEFKk7M12RiA
{
Unity.TestFile = "test-libntp.c";
UnityBegin("");
- RUN_TEST(test_modetoa, 16);
- RUN_TEST(test_uglydate, 25);
+ RUN_TEST(test_modetoa, 24);
+ RUN_TEST(test_uglydate, 33);
return (UnityEnd());
}
+#include <config.h>
+
+#include "ntp_stdlib.h"
+#include "ntp_calendar.h"
#include "test-libntp.h"
-#include <stdio.h> /* HMS: for the printf's below */
+
+const char *progname = "test-libntp";
+
+// current_time is needed by authkeys. Used only in to calculate lifetime.
+u_long current_time = 4;
void
setUp(void)