diff options
author | Shon Feder <abathologist@gmail.com> | 2017-01-17 03:31:28 -0500 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2017-01-17 15:31:28 +0700 |
commit | 27a2d5ad1afb7baac317672620ff138f9802ccbf (patch) | |
tree | f5aa5c1677a6a23b65d213de8cfd35a7b268aa08 /_oasis | |
parent | ee79ba2a593e45ff942554440bb8859ee3228a4b (diff) | |
download | vyconf-27a2d5ad1afb7baac317672620ff138f9802ccbf.tar.gz vyconf-27a2d5ad1afb7baac317672620ff138f9802ccbf.zip |
T231: Add a function for loading interface definitions from a directory (#5)
* T231: Load directory of interface definitions
* T231: Add ounit package to merlin config
* T231: Add tests for loading dir of definitions
* squash! T231: Load directory of interface definitions
* squash! T231: Add tests for loading dir of definitions
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 |