diff options
author | Colin Walters <walters@verbum.org> | 2015-03-10 21:51:20 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2015-03-10 21:51:20 -0400 |
commit | 8724adc19362cecd04f6704280d2f96227cc1af1 (patch) | |
tree | 3bd5513cbba7587381ebfffa56d9c2ab2fa03f76 /README.md | |
parent | 9630d06ec7c2163d73c5fb4bdaabc0c289b5fd78 (diff) | |
download | ostree-8724adc19362cecd04f6704280d2f96227cc1af1.tar.gz |
README.md: Note make check
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -20,7 +20,6 @@ You can: Please look at "git log" and match the commit log style. - Running the test suite ---------------------- @@ -30,6 +29,11 @@ To run just ostree's tests: ./configure ... --enable-installed-tests gnome-desktop-testing-runner -p 0 ostree/ +Also, there is a regular: + + make check + +That runs a different set of tests. Coding style ------------ |