aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/statistics
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/statistics')
-rw-r--r--test/core/statistics/census_log_tests.c (renamed from test/core/statistics/log_tests.c)2
-rw-r--r--test/core/statistics/census_log_tests.h (renamed from test/core/statistics/log_tests.h)0
-rw-r--r--test/core/statistics/multiple_writers_circular_buffer_test.c2
-rw-r--r--test/core/statistics/multiple_writers_test.c2
-rw-r--r--test/core/statistics/performance_test.c2
-rw-r--r--test/core/statistics/quick_test.c2
6 files changed, 5 insertions, 5 deletions
diff --git a/test/core/statistics/log_tests.c b/test/core/statistics/census_log_tests.c
index f0cbdbdf70..179d1cda82 100644
--- a/test/core/statistics/log_tests.c
+++ b/test/core/statistics/census_log_tests.c
@@ -31,7 +31,7 @@
*
*/
-#include "src/core/statistics/log.h"
+#include "src/core/statistics/census_log.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/test/core/statistics/log_tests.h b/test/core/statistics/census_log_tests.h
index 10993ac76f..10993ac76f 100644
--- a/test/core/statistics/log_tests.h
+++ b/test/core/statistics/census_log_tests.h
diff --git a/test/core/statistics/multiple_writers_circular_buffer_test.c b/test/core/statistics/multiple_writers_circular_buffer_test.c
index 0cd0d78df2..298900a661 100644
--- a/test/core/statistics/multiple_writers_circular_buffer_test.c
+++ b/test/core/statistics/multiple_writers_circular_buffer_test.c
@@ -31,7 +31,7 @@
*
*/
-#include "test/core/statistics/log_tests.h"
+#include "test/core/statistics/census_log_tests.h"
#include <stdlib.h>
diff --git a/test/core/statistics/multiple_writers_test.c b/test/core/statistics/multiple_writers_test.c
index b1f3be4eba..ae6fd95651 100644
--- a/test/core/statistics/multiple_writers_test.c
+++ b/test/core/statistics/multiple_writers_test.c
@@ -31,7 +31,7 @@
*
*/
-#include "test/core/statistics/log_tests.h"
+#include "test/core/statistics/census_log_tests.h"
#include <stdlib.h>
diff --git a/test/core/statistics/performance_test.c b/test/core/statistics/performance_test.c
index 9197dd5c73..40fe4c5911 100644
--- a/test/core/statistics/performance_test.c
+++ b/test/core/statistics/performance_test.c
@@ -31,7 +31,7 @@
*
*/
-#include "log_tests.h"
+#include "test/core/statistics/census_log_tests.h"
#include <stdlib.h>
diff --git a/test/core/statistics/quick_test.c b/test/core/statistics/quick_test.c
index fe2b89a9a4..8df32cf111 100644
--- a/test/core/statistics/quick_test.c
+++ b/test/core/statistics/quick_test.c
@@ -31,7 +31,7 @@
*
*/
-#include "log_tests.h"
+#include "test/core/statistics/census_log_tests.h"
#include <stdlib.h>