summaryrefslogtreecommitdiffstats
path: root/src/unit_test.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-11-07 12:22:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-11-07 12:22:44 +0000
commit1e6c93250172946eeb38e94a92a1fd12c9d3011e (patch)
tree8ca5e16dfc7ad6b3bf2738ca0a48408a950f8f7e /src/unit_test.h
parentUpdate watch file (diff)
downloadnetdata-1e6c93250172946eeb38e94a92a1fd12c9d3011e.tar.xz
netdata-1e6c93250172946eeb38e94a92a1fd12c9d3011e.zip
Merging upstream version 1.11.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/unit_test.h')
-rw-r--r--src/unit_test.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/unit_test.h b/src/unit_test.h
deleted file mode 100644
index 68ed61fcb..000000000
--- a/src/unit_test.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#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 */