openclonk/tests/aul
Nicolas Hake 486619b653 Script: Test SetLength parameter 0 for nil (GH #79)
SetLength didn't check whether its first parameter was valid, and
attempted to dereference a NULL pointer when passed nil.
2019-01-05 19:25:35 +01:00
..
AulDeathTest.cpp Script: Test SetLength parameter 0 for nil (GH #79) 2019-01-05 19:25:35 +01:00
AulDiagnosticsTest.cpp Warn when using variables outside of their block 2018-07-23 12:12:23 +02:00
AulMathTest.cpp Remove a bit of dead code from C4Value 2016-01-24 02:09:13 +01:00
AulPredefinedFunctionTest.cpp C4Script: Add ParseInt function 2017-04-11 14:21:25 +02:00
AulSyntaxTest.cpp Aul: Add AST generation tests 2016-10-20 17:20:55 +02:00
AulSyntaxTestDetail.h Aul test: Write correct output for BoolLit 2017-02-13 15:24:17 +01:00
AulTest.cpp Aul tests: Increment subtest counter per script execution 2017-02-16 19:32:47 +01:00
AulTest.h Aul tests: Increment subtest counter per script execution 2017-02-16 19:32:47 +01:00
ErrorHandler.h Aul: Split out error handling into a separate class for easier testing 2016-10-19 14:20:41 +02:00