summaryrefslogtreecommitdiff
path: root/test/tests-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests-common.h')
-rw-r--r--test/tests-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tests-common.h b/test/tests-common.h
index f0197ad21..d5286caf2 100644
--- a/test/tests-common.h
+++ b/test/tests-common.h
@@ -1,6 +1,8 @@
#ifndef TESTS_COMMON_H
#define TESTS_COMMON_H
+#include "tests.h"
+
#define run_test(func) run_test_in_child(func, #func)
void run_test_in_child(int (*func)(void), const char *funcname);