Skip to content

Commit

Permalink
Unit-test should only test modules that are available!
Browse files Browse the repository at this point in the history
ode for Roman Votyakov
  • Loading branch information
vigsterkr committed Aug 6, 2013
1 parent c2fa818 commit d666811
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/mathematics/Integration_unittest.cc
Expand Up @@ -263,6 +263,7 @@ class CTransformFunction : public CFunction
float64_t m_sigma;
};

#ifdef HAVE_EIGEN3
TEST(Integration,integrate_quadgk_simple_function)
{
// create object of the simple function
Expand Down Expand Up @@ -560,3 +561,4 @@ TEST(Integration,integrate_quadgh_product_students_t_pdf_normal_pdf)
// clean up
SG_UNREF(g);
}
#endif /* HAVE_EIGEN3 */

1 comment on commit d666811

@votjakovr
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vigsterkr oops, i forgot about that... Thank you very much!

Please sign in to comment.