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