diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-02-13 23:46:29 +0600 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-02-13 23:46:29 +0600 |
commit | 1f68a315252e678294a4c25b70ed6c3b213a6c2b (patch) | |
tree | 4f6b8dd8c508e440afc3e4022ce0e94a690156c8 | |
parent | e3cc7a1dc276c64b9626479d09a0ae2d16638b75 (diff) | |
download | vyconf-1f68a315252e678294a4c25b70ed6c3b213a6c2b.tar.gz vyconf-1f68a315252e678294a4c25b70ed6c3b213a6c2b.zip |
Add vytree to build.
-rw-r--r-- | _oasis | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -11,6 +11,11 @@ OASISFormat: 0.4 BuildTools: ocamlbuild Plugins: META (0.4), DevFiles (0.4) +Library "vytree" + Path: src + Modules: Vytree +# InternalModules: InternalFoo + Executable "vyconfd" Path: src MainIs: vyconfd.ml @@ -21,7 +26,7 @@ Executable "vyconf_tree_test" Build$: flag(tests) CompiledObject: best Install: false - BuildDepends: oUnit + BuildDepends: oUnit, vytree Test "vyconf_tree_test" Run$: flag(tests) |