diff options
Diffstat (limited to '_oasis')
-rw-r--r-- | _oasis | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -145,6 +145,14 @@ Executable "vyconf_config_test" Install: false BuildDepends: oUnit, toml, ppx_deriving.runtime, vyconf +Executable "curly_parser_test" + Path: test + MainIs: curly_parser_test.ml + Build$: flag(tests) + CompiledObject: best + Install: false + BuildDepends: oUnit, vyconf + Executable "session_test" Path: test MainIs: session_test.ml @@ -197,6 +205,12 @@ Test "vyconf_config_test" Command: $vyconf_config_test WorkingDirectory: test +Test "curly_parser_test" + Run$: flag(tests) + TestTools: curly_parser_test + Command: $curly_parser_test + WorkingDirectory: test + Test "util_test" Run$: flag(tests) TestTools: util_test |