aboutsummaryrefslogtreecommitdiff
path: root/build/autotests/tests/pass.c
diff options
context:
space:
mode:
Diffstat (limited to 'build/autotests/tests/pass.c')
-rw-r--r--build/autotests/tests/pass.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/autotests/tests/pass.c b/build/autotests/tests/pass.c
new file mode 100644
index 0000000..153e735
--- /dev/null
+++ b/build/autotests/tests/pass.c
@@ -0,0 +1,7 @@
+#include "common.h"
+
+
+void pass_setup(void) {
+ pass();
+}
+