UnixJunkie / vector3

module for 3D vectors (implemented as a record of x, y and z floats)
6 stars 0 forks source link

Small improvements to _oasis file #4

Closed gildor478 closed 7 years ago

gildor478 commented 11 years ago

Avoid to build test when not enabled, this cut the dependencies to qtest/ounit when final user doesn't want to run test.

Although add vector3 as a build depends to test, but maybe it doesn't work, feel free to remove it in this case.

UnixJunkie commented 11 years ago

It does not work as is:

oasis setup

E: Unknown flag 'test'

oasis --version

OASIS v0.3.0 (C) 2009-2010 OCamlCore SARL

gildor478 commented 7 years ago

ping ?

UnixJunkie commented 7 years ago

I will look at it.

UnixJunkie commented 7 years ago

You should have removed lines 9 and 10 of the _oasis file. I'll do it. Thanks for the small fixes.