aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2017-12-28 11:15:46 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-12-30 14:30:50 +0300
commitdffefdb3b1bf7e8ac5c7b402ae7e839e1b41dad2 (patch)
treec1656f81eb24aafbd1807c511e0a9f699a8819b8
parent4e4dc3e4f331314f23eac818143cc82a4244b796 (diff)
README: test are built by default
No need additional options now to build tests. Userguades options is also corrected. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index beaef3935..987d14816 100644
--- a/README
+++ b/README
@@ -26,12 +26,12 @@ Main git repository:
To execute all the testcases, assuming CUnit is installed for the validation tests:
./bootstrap
- ./configure --enable-test-perf --enable-test-vald
+ ./configure
make check
To generate the users guides:
./bootstrap
- ./configure --enable-user-guide
+ ./configure --enable-user-guides
make
Patches tracking system: