aboutsummaryrefslogtreecommitdiffstats
path: root/example/named-tests.h
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-09-03 23:01:26 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-09-03 23:01:26 +0200
commit3635952ae9fa28100a781f4c854f1d16eda8422b (patch)
treee3c8c117a29d20b0b5728eeea052f1f26a6d5325 /example/named-tests.h
parent738bea6b99237477433b70d148e31491afbfc3f4 (diff)
downloadmtest-3635952ae9fa28100a781f4c854f1d16eda8422b.tar.gz
mtest-3635952ae9fa28100a781f4c854f1d16eda8422b.tar.bz2
mtest-3635952ae9fa28100a781f4c854f1d16eda8422b.zip
add: missing named-tests examples
Diffstat (limited to 'example/named-tests.h')
-rw-r--r--example/named-tests.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/example/named-tests.h b/example/named-tests.h
new file mode 100644
index 0000000..88ef9a7
--- /dev/null
+++ b/example/named-tests.h
@@ -0,0 +1,11 @@
+/* ==========================================================================
+ Licensed under BSD 2clause license. See LICENSE file for more information
+ Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
+ ========================================================================== */
+
+#ifndef NAMED_TESTS_H
+#define NAMED_TESTS_H 1
+
+void named_test_in_loop(void);
+
+#endif