summaryrefslogtreecommitdiff
path: root/_oasis
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2016-12-14 17:05:22 +0600
committerDaniil Baturin <daniil@baturin.org>2016-12-14 17:05:22 +0600
commitfb1a02fe557c28ccb091a58a55ef399ecb4f71fd (patch)
tree81ebd681dd373f7f6c8f928658fb2294585670ae /_oasis
parent96ad97fbe3d1592efa732bbe804292ab801de61e (diff)
downloadvyconf-fb1a02fe557c28ccb091a58a55ef399ecb4f71fd.tar.gz
vyconf-fb1a02fe557c28ccb091a58a55ef399ecb4f71fd.zip
T210: Add tests and test data for the vyconfd config loader.
Diffstat (limited to '_oasis')
-rw-r--r--_oasis14
1 files changed, 14 insertions, 0 deletions
diff --git a/_oasis b/_oasis
index 4dbbb3e..48bd8ca 100644
--- a/_oasis
+++ b/_oasis
@@ -115,6 +115,14 @@ Executable "util_test"
Install: false
BuildDepends: oUnit, vyconf, xml-light
+Executable "vyconf_config_test"
+ Path: test
+ MainIs: vyconf_config_test.ml
+ Build$: flag(tests)
+ CompiledObject: best
+ Install: false
+ BuildDepends: oUnit, toml, ppx_deriving.runtime, vyconf
+
Executable "vytree_load_test"
Path: test
MainIs: vytree_load_test.ml
@@ -153,6 +161,12 @@ Test "value_checker_test"
Command: $value_checker_test
WorkingDirectory: test
+Test "vyconf_config_test"
+ Run$: flag(tests)
+ TestTools: vyconf_config_test
+ Command: $vyconf_config_test
+ WorkingDirectory: test
+
Test "util_test"
Run$: flag(tests)
TestTools: util_test