1290001Sglebius#include "config.h"
2290001Sglebius
3290001Sglebius#include "ntp.h"
4290001Sglebius//#include "ntp_stdlib.h"
5290001Sglebius
6290001Sglebius
7290001Sglebius//#include "ntp_calendar.h"
8290001Sglebius
9290001Sglebius#include "unity.h"
10290001Sglebius#include "ntpq.h"
11290001Sglebius
12290001Sglebius//very tricky to test static functions. It might be a good idea to use cmock here
13290001Sglebius//#define HAVE_NTPQ
14290001Sglebius//#include "ntpq.c"
15290001Sglebius
16290001Sglebius
17290001Sglebius
18290001Sglebius//extern int main(int argc, char *argv[]);
19290001Sglebius
20290001Sglebiusvoid testPrimary(void);
21290001Sglebius
22290001Sglebiusvoid testPrimary(void){
23290001Sglebius	//main(NULL,NULL);
24290001Sglebius/*
25290001Sglebius	char ** tokens;
26290001Sglebius	int * num = 0;
27290001Sglebius	tokenize("a bc de1 234",tokens, num);
28290001Sglebius*/
29290001Sglebius}
30290001Sglebius
31290001Sglebius
32290001Sglebius
33290001Sglebius
34290001Sglebius
35290001Sglebius
36290001Sglebius
37290001Sglebius#define HAVE_NTP_SIGND
38