UnixJunkie / vector3

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

no unit/regression tests #3

Closed UnixJunkie closed 11 years ago

UnixJunkie commented 11 years ago

Tests in comments using qtest would be amazing.

I hope someone can provide this or at least bootstrap it.

UnixJunkie commented 11 years ago

unit tests were added, using qtest and some help from Vincent Hugot over e-mail

we still need to plug them with OPAM or oasis however

UnixJunkie commented 11 years ago

for the moment, run ./test,sh if you want to see how the tests go

UnixJunkie commented 11 years ago

done