Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/creator/tests/test.h')
-rw-r--r--source/creator/tests/test.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/creator/tests/test.h b/source/creator/tests/test.h
new file mode 100644
index 00000000000..37bdab301fc
--- /dev/null
+++ b/source/creator/tests/test.h
@@ -0,0 +1,6 @@
+#ifndef _BF_UNIT_TEST
+#define _BF_UNIT_TEST
+
+int run_tests();
+
+#endif /* _BF_UNIT_TEST */