summaryrefslogtreecommitdiff
path: root/tests/test-runner.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-runner.h')
-rw-r--r--tests/test-runner.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-runner.h b/tests/test-runner.h
index c1fdff9..238e613 100644
--- a/tests/test-runner.h
+++ b/tests/test-runner.h
@@ -1,3 +1,6 @@
+#ifndef _TEST_RUNNER_H_
+#define _TEST_RUNNER_H_
+
struct test {
const char *name;
void (*run)(void);
@@ -12,3 +15,5 @@ struct test {
}; \
\
static void name(void)
+
+#endif