Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵ | Gael Guennebaud | 2018-07-17 |
| | | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc | ||
* | Add some basic unit-tests | Gael Guennebaud | 2018-07-12 |
| | |||
* | Add test for multiple symbols | Gael Guennebaud | 2017-01-24 |
| | |||
* | Add unit test for FixedInt and Symbolic | Gael Guennebaud | 2017-01-24 |