summaryrefslogtreecommitdiffstats
path: root/src/unit_test.h
blob: 916ad71f231666054e4713f82edbb726f71dbb15 (plain)
1
2
3
4
5
6
7
8
#ifndef NETDATA_UNIT_TEST_H
#define NETDATA_UNIT_TEST_H 1

extern int unit_test_storage(void);
extern int unit_test(long delay, long shift);
extern int run_all_mockup_tests(void);

#endif /* NETDATA_UNIT_TEST_H */