summaryrefslogtreecommitdiffhomepage
path: root/test/script.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-04-08 11:16:28 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-04-08 19:40:24 +0200
commit457cdf24489c20f0f9b9b9877bf9e875aa643f91 (patch)
tree5c01a4cbe3935784e30b3a2a2912e62aa00ef29a /test/script.cpp
parentb25edf465d08750fb5f93068cd8b8d5cd9d0dcec (diff)
wip
Diffstat (limited to 'test/script.cpp')
-rw-r--r--test/script.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/script.cpp b/test/script.cpp
new file mode 100644
index 00000000..45ce9b1d
--- /dev/null
+++ b/test/script.cpp
@@ -0,0 +1,20 @@
+#include "app.hpp"
+
+namespace floormat {
+
+namespace {
+
+void test_script1()
+{
+
+}
+
+} // namespace
+
+void test_app::test_script()
+{
+ test_script1();
+}
+
+
+} // namespace floormat