README.md: x86-32/64 support
[centaur.git] / docs / tests.md
1 Automated testing
2 =================
3
4 centaur comes with a suite of automated tests. Run
5     make check
6 in the top-level directory to build elfucli and run the tests.
7
8 Temporary files will be created in tests/build/ and cleaned
9 up on 'make clean'.
10
11 See the test scripts themselves for more specific documentation.