[git commit] test: do not depend on compile
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Thu Aug 28 11:04:46 UTC 2014
commit: http://git.uclibc.org/uClibc/commit/?id=ad687dda63a43d5ea5ed834475cec5e0a618ebf5
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
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 at openadk.org>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
test/Makefile | 2 +-
test/README | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/test/Makefile b/test/Makefile
index b759bf9..787c530 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -45,7 +45,7 @@ endif
test check all: run
-run: compile subdirs_run
+run: subdirs_run
compile: $(top_builddir)$(LOCAL_INSTALL_PATH) subdirs_compile
diff --git a/test/README b/test/README
index 8fb12d9..28225b0 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
More information about the uClibc-cvs
mailing list