aboutsummaryrefslogtreecommitdiffstats
path: root/example/sub-tests.h
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@gmail.com>2017-05-24 00:28:29 +0200
committerMichał Łyszczek <michal.lyszczek@gmail.com>2017-05-24 00:28:29 +0200
commite8192b1aeaf87b5c40f5120be275cce5b69f0b3c (patch)
tree4dde4dd7084f908c5218a29e368025382743effa /example/sub-tests.h
parentc9eb72a15f68cce4ea14aa11b12b79774468fb26 (diff)
downloadmtest-e8192b1aeaf87b5c40f5120be275cce5b69f0b3c.tar.gz
mtest-e8192b1aeaf87b5c40f5120be275cce5b69f0b3c.tar.bz2
mtest-e8192b1aeaf87b5c40f5120be275cce5b69f0b3c.zip
Added example of framework usagev0.1.0
Diffstat (limited to 'example/sub-tests.h')
-rw-r--r--example/sub-tests.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/example/sub-tests.h b/example/sub-tests.h
new file mode 100644
index 0000000..3cae17b
--- /dev/null
+++ b/example/sub-tests.h
@@ -0,0 +1,12 @@
+/* ==========================================================================
+ Licensed under BSD 2clause license. See LICENSE file for more information
+ Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
+ ========================================================================== */
+
+#ifndef SUB_TESTS_H
+#define SUB_TESTS_H 1
+
+void sub_test_valid(void);
+void sub_test_invalid(void);
+
+#endif