mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-20 03:44:26 +08:00
gni, forgot to call the new subtest
This commit is contained in:
parent
9e9e99a42e
commit
746079f75d
@ -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());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user