From 9b13e9aeceffd56fb1560a8aef51079ae65f13c4 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sat, 5 Feb 2011 18:57:29 -0500 Subject: failtest: a new cmake-based test suite for testing stuff that should fail to build. This first batch imports some const correctness checks from bug #54. --- failtest/failtest_sanity_check.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 failtest/failtest_sanity_check.cpp (limited to 'failtest/failtest_sanity_check.cpp') diff --git a/failtest/failtest_sanity_check.cpp b/failtest/failtest_sanity_check.cpp new file mode 100644 index 000000000..769fa942d --- /dev/null +++ b/failtest/failtest_sanity_check.cpp @@ -0,0 +1,5 @@ +#ifdef EIGEN_SHOULD_FAIL_TO_BUILD +This is just some text that won't compile as a C++ file, as a basic sanity check for failtest. +#else +int main() {} +#endif -- cgit v1.2.3