mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
gni, forgot to call the new subtest
This commit is contained in:
@@ -129,4 +129,6 @@ void test_basicstuff()
|
|||||||
CALL_SUBTEST( basicStuff(Matrix<float, 100, 100>()) );
|
CALL_SUBTEST( basicStuff(Matrix<float, 100, 100>()) );
|
||||||
CALL_SUBTEST( basicStuff(Matrix<long double,Dynamic,Dynamic>(10,10)) );
|
CALL_SUBTEST( basicStuff(Matrix<long double,Dynamic,Dynamic>(10,10)) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CALL_SUBTEST(casting());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user