gni, forgot to call the new subtest

This commit is contained in:
Benoit Jacob 2009-04-29 17:01:10 +00:00
parent 9e9e99a42e
commit 746079f75d

View File

@ -129,4 +129,6 @@ void test_basicstuff()
CALL_SUBTEST( basicStuff(Matrix<float, 100, 100>()) );
CALL_SUBTEST( basicStuff(Matrix<long double,Dynamic,Dynamic>(10,10)) );
}
CALL_SUBTEST(casting());
}