summaryrefslogtreecommitdiffstats
path: root/src/unit_test.h
blob: 68ed61fcb167b4d7cb8de276cf3f2a8f49c5a874 (plain)
1
2
3
4
5
6
7
8
9
10
#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);
extern int unit_test_str2ld(void);
extern int unit_test_buffer(void);

#endif /* NETDATA_UNIT_TEST_H */