diff options
author | Daniil Baturin <daniil@baturin.org> | 2016-12-30 22:41:58 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2016-12-30 22:41:58 +0700 |
commit | a9fa58b61db7c634e2b54842c734a6a00e986c02 (patch) | |
tree | bd8f6b851c3d19cac51ec145d5a17c9b2d0115d2 /_oasis | |
parent | 63616d9c4337bde77cbc1cf8fbd763bef7befa2e (diff) | |
download | vyconf-a9fa58b61db7c634e2b54842c734a6a00e986c02.tar.gz vyconf-a9fa58b61db7c634e2b54842c734a6a00e986c02.zip |
Add some unit tests for the Session.string_of_op function.
Diffstat (limited to '_oasis')
-rw-r--r-- | _oasis | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -135,6 +135,14 @@ Executable "vyconf_config_test" Install: false BuildDepends: oUnit, toml, ppx_deriving.runtime, vyconf +Executable "session_test" + Path: test + MainIs: session_test.ml + Build$: flag(tests) + CompiledObject: best + Install: false + BuildDepends: oUnit, vyconf, xml-light, fileutils, pcre + Executable "vytree_load_test" Path: test MainIs: vytree_load_test.ml @@ -184,3 +192,10 @@ Test "util_test" TestTools: util_test Command: $util_test WorkingDirectory: test + +Test "session_test" + Run$: flag(tests) + TestTools: session_test + Command: $session_test + WorkingDirectory: test + |