cgmath/test/test_om3d.rc
2012-09-08 00:17:26 +10:00

14 lines
238 B
Plaintext

#[link(name = "om3d-test",
vers = "0.1",
author = "Brendan Zabarauskas")];
#[comment = "Unittests for om3d"];
#[crate_type = "unittests"];
use std;
use om3d;
mod test_mat;
mod test_projection;
mod test_quat;
mod test_vec;