aboutsummaryrefslogtreecommitdiff
path: root/test/conf/meson.build
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2019-11-03 00:18:10 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2019-11-03 00:20:41 +0200
commitf3a4607d6a722a862af0eb9747a15dcdf624b6fb (patch)
tree9885709cdff55a865be6c03c591a9757680b0396 /test/conf/meson.build
parentChange spdlog from makedepends to depends (diff)
downloadsmolbote-f3a4607d6a722a862af0eb9747a15dcdf624b6fb.tar.xz
Drop boost dependency
- wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
Diffstat (limited to 'test/conf/meson.build')
-rw-r--r--test/conf/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/conf/meson.build b/test/conf/meson.build
new file mode 100644
index 0000000..de67db7
--- /dev/null
+++ b/test/conf/meson.build
@@ -0,0 +1,6 @@
+e = executable('conf_test',
+ dependencies: [dep_qt5, dep_configuration],
+ sources: 'main.cpp'
+)
+
+test('conf_test', e, workdir : meson.source_root()/'test/conf')