Skip to content

Commit

Permalink
Building the tests should be optional
Browse files Browse the repository at this point in the history
Related to xapi-project#13
  • Loading branch information
samoht committed Jul 5, 2015
1 parent 562cceb commit 9d0d673
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ Library rrd_unix
BuildDepends: rrd, unix, uuidm

Executable rewrite
Build$: flag(tests)
Install: false
CompiledObject: best
Path: lib_test
MainIs: rewrite.ml
BuildDepends: rrd, rrd.unix, unix, bigarray

Executable test
Build$: flag(tests)
Install: false
CompiledObject: best
Path: lib_test
Expand Down

0 comments on commit 9d0d673

Please sign in to comment.