Commit Graph

4 Commits

Author SHA1 Message Date
Andre Puschmann 99e0bda779 let valgrind fail when test app returns 0 but valgrind still found an error
this allows to trace uninitialized variables etc with our default
memcheck runs because now valgrind will fail such a test, even though
the test executable returned zero on exit
2019-02-08 22:37:51 +01:00
Andre Puschmann 2cf5acf9c8 set valgrind options correctly
this avoid an ugly valgrind error after executing long sequences
of simd code

see: https://www.bountysource.com/issues/41603953-temporary-storage-exhausted-when-long-sequence-of-vfmadd231ps-instructions-to-be-executed
2018-03-29 14:48:35 +02:00
Paul Sutton fe3d723bdd Updating copyright notices and project name 2015-03-20 12:01:08 +00:00
ismagom c4e0e403ce Using CTest for testing 2014-03-08 11:46:19 +00:00