Criterion/samples
Snaipe 974b7d0393 Revert "Removed theory parameter printing from sample & regression test"
& "Added regression tests on theories"

This reverts commits 4cc826eae3 and 6110f43d87.

Regression tests cannot be done on the two theory samples, as they both
illustrate the consequences of testing against undefined behaviour.

A full-fledged internal test should be set up in ./samples/tests for
this purpose.
2015-09-26 01:39:17 +02:00
..
outputs Revert "Removed theory parameter printing from sample & regression test" 2015-09-26 01:39:17 +02:00
tests Added coverage reports for all current tests 2015-09-16 01:52:48 +02:00
asserts.c Updated asserts sample 2015-09-08 23:56:19 +02:00
asserts.cc Updated asserts sample 2015-09-08 23:56:19 +02:00
CMakeLists.txt Added C++ version of parameterized sample 2015-09-23 20:11:35 +02:00
description.c Changed all tests to use cr_-prefixed macros 2015-04-25 16:48:34 +02:00
description.cc Added missing .cc samples 2015-09-07 02:00:03 +02:00
fixtures.c Changed all tests to use cr_-prefixed macros 2015-04-25 16:48:34 +02:00
fixtures.cc Added missing .cc samples 2015-09-07 02:00:03 +02:00
more-suites.c Changed all tests to use cr_-prefixed macros 2015-04-25 16:48:34 +02:00
more-suites.cc Added missing .cc samples 2015-09-07 02:00:03 +02:00
parameterized.c Fixed context passing errors for the heap and added dynamic parameter allocation for parameterized tests 2015-09-21 07:55:40 -07:00
parameterized.cc Added array-to-criterion_test_param conversion constructor 2015-09-23 21:35:05 +02:00
redirect.c Added redirection assertion shortcuts for std{out,err} 2015-09-14 03:39:52 +02:00
redirect.cc Removed unused includes in redirect.cc sample 2015-09-14 04:45:33 +02:00
report.c Made the interface C++11-compatible 2015-09-07 01:15:31 +02:00
report.cc Added missing .cc samples 2015-09-07 02:00:03 +02:00
signal.c Fixed signal handling on windows 2015-08-04 15:20:12 +02:00
signal.cc Added missing .cc samples 2015-09-07 02:00:03 +02:00
simple.c Changed all tests to use cr_-prefixed macros 2015-04-25 16:48:34 +02:00
simple.cc Added missing .cc samples 2015-09-07 02:00:03 +02:00
suites.c Changed all tests to use cr_-prefixed macros 2015-04-25 16:48:34 +02:00
suites.cc Added missing .cc samples 2015-09-07 02:00:03 +02:00
theories.c Revert "Removed theory parameter printing from sample & regression test" 2015-09-26 01:39:17 +02:00
theories.cc Revert "Removed theory parameter printing from sample & regression test" 2015-09-26 01:39:17 +02:00
timeout.c Added timeout code for tests 2015-09-12 17:27:59 +02:00