Commit Graph

8 Commits

Author SHA1 Message Date
Niklas Larsson
b0e8b1258b make the tests respect the IDRIS env variable
Simplify the sandbox lookup and only run it once.

Only run the test script once for 'make test' instead of using the
makefile to iterate.
2016-01-22 06:57:04 +01:00
Edwin Brady
83f0af13fb Display expected type of RHS in error messages
Also added %error_reverse annotations on IO so that IO related messages
are more readable. This improves the error in #2672.
2015-10-17 14:30:36 +01:00
Edwin Brady
85a9d5063c Update error messages in tests 2015-05-31 21:22:36 +01:00
David Raymond Christiansen
4b7c132dfb Test update for data def/mutual block fix 2015-04-22 22:37:18 +02:00
Andreas Reuleaux
5de1cd81dc adjust tests with --consolewidth for use with -f curses 2015-03-19 16:50:50 +00:00
Ahmad Salim Al-Sibahi
d6981dc09b Renamed VoidElim to void in order to ensure further consistency 2014-10-11 20:52:06 +02:00
Ahmad Salim Al-Sibahi
edb9980974 Removed '_|_' as a built in declaration and renamed it to 'Void',
'FalseElim' now 'VoidElim' to match up
2014-10-11 20:00:19 +02:00
David Raymond Christiansen
816e85b92c Reinsert check for constructor/family mismatch.
It appears that the code to do this was accidentally deleted at some
point. It is now called again.

Fixes #1434.
2014-07-28 20:36:47 +02:00