From 6d6b9e94100a0ceeb72c7b030f9ae871087f6889 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 4 Mar 2015 22:24:09 +0600 Subject: Add some tests for the vylist module. --- _oasis | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '_oasis') diff --git a/_oasis b/_oasis index 17612e7..f13a146 100644 --- a/_oasis +++ b/_oasis @@ -28,8 +28,22 @@ Executable "vyconf_tree_test" Install: false BuildDepends: oUnit, vytree +Executable "vylist_test" + Path: test + MainIs: vylist_test.ml + Build$: flag(tests) + CompiledObject: best + Install: false + BuildDepends: oUnit + Test "vyconf_tree_test" Run$: flag(tests) TestTools: vyconf_tree_test Command: $vyconf_tree_test WorkingDirectory: test + +Test "vylist_test" + Run$: flag(tests) + TestTools: vylist_test + Command: $vylist_test + WorkingDirectory: test -- cgit v1.2.3