diff options
| author | Daniil Baturin <daniil@baturin.org> | 2015-04-15 17:57:34 +0600 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2015-04-15 17:57:34 +0600 |
| commit | f9aad533ee80268a5acac34179098a097968a48d (patch) | |
| tree | 9bb08fe59b3a53ff45d73992affe55469cb80133 /_oasis | |
| parent | b6de92f819638538fb646c0d4096cb2f01a939d3 (diff) | |
| download | vyconf-f9aad533ee80268a5acac34179098a097968a48d.tar.gz vyconf-f9aad533ee80268a5acac34179098a097968a48d.zip | |
Add value validator module.
Diffstat (limited to '_oasis')
| -rw-r--r-- | _oasis | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -48,6 +48,14 @@ Executable "vylist_test" Install: false BuildDepends: oUnit, vyconf +Executable "value_checker_test" + Path: test + MainIs: value_checker_test.ml + Build$: flag(tests) + CompiledObject: best + Install: false + BuildDepends: oUnit, pcre, vyconf + Test "vyconf_tree_test" Run$: flag(tests) TestTools: vyconf_tree_test @@ -59,3 +67,9 @@ Test "vylist_test" TestTools: vylist_test Command: $vylist_test WorkingDirectory: test + +Test "value_checker_test" + Run$: flag(tests) + TestTools: value_checker_test + Command: $value_checker_test + WorkingDirectory: test |
