summaryrefslogtreecommitdiffhomepage
path: root/test/zzz_test_misc.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-08-27 13:44:56 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-08-27 13:47:13 +0200
commited5bc88409ad1081167d2e9387422b2c350f3485 (patch)
treec37f31329884c09e70e27961640b7c6a2847a303 /test/zzz_test_misc.cpp
parentf1048d9dd6a86844fbd3444345026a18f847a302 (diff)
test: add file for quick and dirty tests
Diffstat (limited to 'test/zzz_test_misc.cpp')
-rw-r--r--test/zzz_test_misc.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/zzz_test_misc.cpp b/test/zzz_test_misc.cpp
new file mode 100644
index 00000000..66b3d8fa
--- /dev/null
+++ b/test/zzz_test_misc.cpp
@@ -0,0 +1,17 @@
+#include "app.hpp"
+
+namespace floormat {
+
+namespace {
+
+// tests go here
+void test_foo() {}
+
+} // namespace
+
+void test_app::zzz_test_misc()
+{
+ test_foo();
+}
+
+} // namespace floormat