Skip to content

Commit

Permalink
Only build examples if "tests" is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Jul 10, 2015
1 parent e5331f8 commit 3b3697b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Executable ev3_sound
######################################################################

Executable roam
Build$: flag(tests)
Path: examples/
MainIs: roam.ml
BuildTools: ocamlbuild
Expand All @@ -144,6 +145,7 @@ Executable roam
Install: false

Executable run_push
Build$: flag(tests)
Path: examples/
MainIs: run_push.ml
BuildTools: ocamlbuild
Expand All @@ -152,6 +154,7 @@ Executable run_push
Install: false

Executable test_speed
Build$: flag(tests)
Path: examples/
MainIs: test_speed.ml
BuildTools: ocamlbuild
Expand All @@ -160,6 +163,7 @@ Executable test_speed
Install: false

Executable test_threads
Build$: flag(tests)
Path: examples/
MainIs: test_threads.ml
BuildTools: ocamlbuild
Expand All @@ -168,6 +172,7 @@ Executable test_threads
Install: false

Executable wander
Build$: flag(tests)
Path: examples/
MainIs: wander.ml
BuildTools: ocamlbuild
Expand All @@ -176,7 +181,7 @@ Executable wander
Install: false


SourceRepository trunk
SourceRepository master
Type: git
Location: https://github.com/Chris00/ocaml-mindstorm.git
Browser: https://github.com/Chris00/ocaml-mindstorm

0 comments on commit 3b3697b

Please sign in to comment.