]> git.saurik.com Git - apt.git/blobdiff - README.md
ctest: show test output in case of failures
[apt.git] / README.md
index 1c10197130515421de5f2bd1e3fdcba25e49570f..b0470d8bed0e94c3f057e6c880cf639e306e421f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -115,8 +115,10 @@ itself as well as in conjunction with dpkg and other tools while working with pa
 
 ### Unit tests
 
-These tests are gtest-dev based, reside in `./test/libapt` and can be run with `make test`.
-They are executed at package build-time, but not by `make`.
+These tests are gtest-dev based, executed by ctest, reside in `./test/libapt`
+and can be run with `make test`. They are executed at package build-time, but
+not by `make`. CTest by default does not show the output of tests, even if they
+failed, so to see more details you can also run them with `ctest --verbose`.
 
 Debugging
 ---------