Remove the traces of ATF from documentation

This commit is contained in:
Ondřej Surý
2018-11-15 10:06:45 +01:00
parent ed4a49122b
commit fa33b4ee23
4 changed files with 15 additions and 75 deletions

5
README
View File

@@ -289,8 +289,9 @@ and will be skipped if these are not available. Some tests require Python
and the 'dnspython' module and will be skipped if these are not available.
See bin/tests/system/README for further details.
Unit tests are implemented using Automated Testing Framework (ATF). To run
them, use configure --with-atf, then run make test or make unit.
Unit tests are implemented using cmocka unit testing framework.
To run them, use configure --with-cmocka, then run make test or
make unit.
Documentation