summaryrefslogtreecommitdiff
path: root/docs/tests.md
blob: b65fb662471e652ecb3250039b0264e9cc211c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
Automated testing
=================

centaur comes with a suite of automated tests. Run
    make check
in the top-level directory to build elfucli and run the tests.

Temporary files will be created in tests/build/ and cleaned
up on 'make clean'.

See the test scripts themselves for more specific documentation.