openclonk/tests/aul
Nicolas Hake 60829ae5e4 Aul: Don't let exceptions escape from constant resolver
Letting the constant resolver throw exceptions prevented us from doing
checking on later initializers anyway, so instead we'll send them to the
error handler. As a special bonus this makes it so we don't crash when
a global variable initializer has errors. Fixes #1850, #1855.
2016-11-30 13:37:33 +01:00
..
AulDeathTest.cpp
AulMathTest.cpp
AulPredefinedFunctionTest.cpp
AulSyntaxTest.cpp Aul: Add AST generation tests 2016-10-20 17:20:55 +02:00
AulSyntaxTestDetail.h Aul: Add AST generation tests 2016-10-20 17:20:55 +02:00
AulTest.cpp Aul: Don't let exceptions escape from constant resolver 2016-11-30 13:37:33 +01:00
AulTest.h
ErrorHandler.h