LUMIERA.clone/tests/library/test
Ichthyostega 09afbb0e12 change implementation technique: use flags instead of exceptions
abandon the use of an assertion exception to signal match failure,
rather use a final bool conversion to retrieve the results.

Error messages are now delivered by side effect into STDERR


The reason is we're unable to deliver the desisred behaviour
with the chosen DSL syntax in C++ ; on a second thought the
new approach is even better aligned with the overall way
we're writing tests in Lumiera. And we produce match-trace
messages to indicate the complete matching path now
2015-12-08 03:20:52 +01:00
..
test-event-log-test.cpp change implementation technique: use flags instead of exceptions 2015-12-08 03:20:52 +01:00
test-helper-demangling-test.cpp fix missing header include in test 2015-11-20 04:35:43 +01:00
test-helper-test.cpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
test-helper-variadic-test.cpp fix and finish the diagnostics helper 2014-09-23 03:37:28 +02:00
test-option-test.cpp link tests with stringent application scope dependencies (closes #938) 2014-10-17 21:15:59 +02:00