aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2019-02-20 15:03:29 +0000
committerAlex Bennée <alex.bennee@linaro.org>2019-02-22 09:32:32 +0000
commit4f575c08ca856f03fd5c8567f5ca9389433e3e66 (patch)
tree433ea506c96bc70730c726cf979624e31a31e1a3 /tests
parent0a8b05c7cbd1412561d72e80beb9bead57a1a9aa (diff)
downloadqemu-4f575c08ca856f03fd5c8567f5ca9389433e3e66.zip
qemu-4f575c08ca856f03fd5c8567f5ca9389433e3e66.tar.gz
qemu-4f575c08ca856f03fd5c8567f5ca9389433e3e66.tar.bz2
tests/softfloat: always do quick softfloat tests
Some operations take a long time and enabling "-l 2 -r all" can take more than a day which is stretching the definition of a "slow" test. Lets default to the quick test and leave a note for those who wish to run by hand. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.include6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index b39e989..3741f8f 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -896,11 +896,9 @@ $(FP_TEST_BIN):
"BUILD", "$(notdir $@)")
# The full test suite can take a bit of time, default to a quick run
-ifeq ($(SPEED), quick)
+# "-l 2 -r all" can take more than a day for some operations and is best
+# run manually
FP_TL=-l 1
-else
-FP_TL=-l 2 -r all
-endif
# $1 = tests, $2 = description
test-softfloat = $(call quiet-command, \