15 lines
No EOL
270 B
Text
15 lines
No EOL
270 B
Text
#[link(name = "test_omath",
|
|
vers = "0.1",
|
|
author = "Brendan Zabarauskas")];
|
|
|
|
#[comment = "Unittests for omath"];
|
|
#[crate_type = "unittests"];
|
|
|
|
extern mod std;
|
|
extern mod omath;
|
|
|
|
mod test_mat;
|
|
mod test_math;
|
|
mod test_projection;
|
|
mod test_quat;
|
|
mod test_vec; |