summaryrefslogtreecommitdiff
path: root/test/README
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-28 12:31:24 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2014-08-28 13:04:46 +0200
commitad687dda63a43d5ea5ed834475cec5e0a618ebf5 (patch)
tree751e601b074220983b24fa2bce76afcb26b0c6e6 /test/README
parent23abbfa633f7e017a7939aa3966e0d7d24df480d (diff)
test: do not depend on compile
When you cross-compile the testsuite and then try to run on a system without gcc/binutils it would be nice if no compiling or linking is tried. Refresh test/README (suggested by Khem) Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/README')
-rw-r--r--test/README5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/README b/test/README
index 8fb12d9a7..28225b063 100644
--- a/test/README
+++ b/test/README
@@ -5,12 +5,11 @@ Following make targets are avaialable
make compile
-This will compile and link the tests
+This will compile and link the tests.
make run
-This will check for binaries, if they are not there it
-will call 'compile' target, then it will execute all the tests.
+This will execute all the tests.
make check
make all