diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-04-26 17:49:28 +0600 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-04-26 17:49:28 +0600 |
commit | de448723e5a9443f5df7f367e70990c58a9a04e3 (patch) | |
tree | acf564a093b9fce649f6d4d4651364084395a176 /_oasis | |
parent | 3891244d49d3c65ef6da6b8644cfb9097b0d51b0 (diff) | |
download | vyconf-de448723e5a9443f5df7f367e70990c58a9a04e3.tar.gz vyconf-de448723e5a9443f5df7f367e70990c58a9a04e3.zip |
Add config tree module.
Diffstat (limited to '_oasis')
-rw-r--r-- | _oasis | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -27,6 +27,11 @@ Library "reference_tree" FindlibParent: vyconf BuildDepends: xml-light, pcre +Library "config_tree" + Path: src + Modules: Config_tree + FindlibParent: vyconf + Library "value_checker" Path: src Modules: Value_checker @@ -60,6 +65,14 @@ Executable "reference_tree_test" Install: false BuildDepends: oUnit, xml-light, pcre, vyconf +Executable "config_tree_test" + Path: test + MainIs: config_tree_test.ml + Build$: flag(tests) + CompiledObject: best + Install: false + BuildDepends: oUnit, vyconf + Executable "vylist_test" Path: test MainIs: vylist_test.ml @@ -96,6 +109,12 @@ Test "reference_tree_test" Command: $reference_tree_test WorkingDirectory: test +Test "config_tree_test" + Run$: flag(tests) + TestTools: config_tree_test + Command: $config_tree_test + WorkingDirectory: test + Test "vylist_test" Run$: flag(tests) TestTools: vylist_test |