Skip to content

Commit

Permalink
"Merge branch 'master' of github.com:MrYawe/ensiie-projet-ocaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYawe committed Jan 5, 2017
2 parents 19d85c4 + 34c8c71 commit 334b7bd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ You can find the documentation [here](https://mryawe.github.io/ocaml/quadtrees/)

## Run the demo program
`$ make`
`$ ./Demo.native`
The program can be `Demo.byte` if the native build is not available on your computer.                                
`$ ./Demo.native`
The program can be `Demo.byte` if the native build is not available on your computer.

You can use the `SCALE` env variable to fit your needs.
`$ SCALE=2 ./Demo.native`

## Run tests
You need to have [OUnit2](http://ounit.forge.ocamlcore.org/) intalled.
You need to have [OUnit2](http://ounit.forge.ocamlcore.org/) installed.

`$ make test`

0 comments on commit 334b7bd

Please # to comment.