1289715Sglebius#include "config.h"
2289715Sglebius
3289715Sglebius#include "ntp.h"
4289715Sglebius//#include "ntp_stdlib.h"
5289715Sglebius
6289715Sglebius
7289715Sglebius//#include "ntp_calendar.h"
8289715Sglebius
9289715Sglebius#include "unity.h"
10289715Sglebius#include "ntpq.h"
11289715Sglebius
12289715Sglebius//very tricky to test static functions. It might be a good idea to use cmock here
13289715Sglebius//#define HAVE_NTPQ
14289715Sglebius//#include "ntpq.c"
15289715Sglebius
16289715Sglebius
17289715Sglebius
18289715Sglebius//extern int main(int argc, char *argv[]);
19289715Sglebius
20289715Sglebiusvoid testPrimary(void);
21289715Sglebius
22289715Sglebiusvoid testPrimary(void){
23289715Sglebius	//main(NULL,NULL);
24289715Sglebius/*
25289715Sglebius	char ** tokens;
26289715Sglebius	int * num = 0;
27289715Sglebius	tokenize("a bc de1 234",tokens, num);
28289715Sglebius*/
29289715Sglebius}
30289715Sglebius
31289715Sglebius
32289715Sglebius
33289715Sglebius
34289715Sglebius
35289715Sglebius
36289715Sglebius
37289715Sglebius#define HAVE_NTP_SIGND
38