diff options
Diffstat (limited to '_oasis')
-rw-r--r-- | _oasis | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -42,7 +42,7 @@ Executable "reference_tree_test" Build$: flag(tests) CompiledObject: best Install: false - BuildDepends: oUnit, ppx_deriving_yojson, xml-light, pcre + BuildDepends: oUnit, ppx_deriving_yojson, xml-light, pcre, fileutils Executable "config_tree_test" Path: test @@ -66,7 +66,7 @@ Executable "value_checker_test" Build$: flag(tests) CompiledObject: best Install: false - BuildDepends: oUnit, pcre + BuildDepends: oUnit, pcre, fileutils Executable "util_test" Path: test @@ -74,7 +74,7 @@ Executable "util_test" Build$: flag(tests) CompiledObject: best Install: false - BuildDepends: oUnit, vyconf, xml-light + BuildDepends: oUnit, vyconf, xml-light, fileutils Executable "vyconf_config_test" Path: test @@ -82,7 +82,7 @@ Executable "vyconf_config_test" Build$: flag(tests) CompiledObject: best Install: false - BuildDepends: oUnit, toml, ppx_deriving.runtime + BuildDepends: oUnit, toml, ppx_deriving.runtime, fileutils Executable "curly_parser_test" Path: test |