tests/README.md
author unc0rr
Sun, 18 Nov 2018 20:18:32 +0100
changeset 14249 b01770d42517
parent 12643 5bc6fb5da42f
permissions -rw-r--r--
Special case for rendering type of two-dimensional arrays, since C is inconsistent in its syntax

Directory for automated tests to test the engine.

Run `ctest` in the root directory of this repository to run all tests.
Run `ctest -R <test name>` to run only the test with the given name.

This requires you to have CMake.