xref: /netbsd-src/external/bsd/ntp/dist/tests/ntpq/t-ntpq.c (revision cdfa2a7ef92791ba9db70a584a1d904730e6fb46)
1 /*	$NetBSD: t-ntpq.c,v 1.2 2020/05/25 20:47:37 christos Exp $	*/
2 
3 #include "config.h"
4 
5 #include "ntp.h"
6 //#include "ntp_stdlib.h"
7 
8 
9 //#include "ntp_calendar.h"
10 
11 #include "unity.h"
12 #include "ntpq.h"
13 
14 //very tricky to test static functions. It might be a good idea to use cmock here
15 //#define HAVE_NTPQ
16 //#include "ntpq.c"
17 
18 
19 
20 //extern int main(int argc, char *argv[]);
21 
22 void testPrimary(void);
23 
testPrimary(void)24 void testPrimary(void){
25 	//main(NULL,NULL);
26 /*
27 	char ** tokens;
28 	int * num = 0;
29 	tokenize("a bc de1 234",tokens, num);
30 */
31 }
32 
33 
34 
35 
36 
37 
38 
39 #define HAVE_NTP_SIGND
40