LuaAPI.wiki
changeset 1055 754e0a7bdd44
parent 1054 0de5837d0fc5
child 1057 19142f4d6fb4
--- a/LuaAPI.wiki	Wed Oct 04 11:48:28 2017 +0100
+++ b/LuaAPI.wiki	Wed Oct 04 16:11:51 2017 +0200
@@ -1373,4 +1373,6 @@
 
 Calling this function ends an engine test and reports a test result.
 
-`success` is either one of `TEST_SUCCESSFUL` to report a successful test or `TEST_FAILED` for a failed test.
\ No newline at end of file
+`success` is either one of `TEST_SUCCESSFUL` to report a successful test or `TEST_FAILED` for a failed test.
+
+See [EngineTestCases] to learn more about testing the engine.