summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Bennée2019-02-28 11:15:29 +0100
committerAlex Bennée2019-03-12 18:05:21 +0100
commitdf2bb38eda2def33cefd3a7ee993b2aff02c4829 (patch)
tree844bec1f4d8bf9b960823027f57757fc4c8bdc60 /tests
parenttests/tcg/arm: account for pauth randomness (diff)
downloadqemu-df2bb38eda2def33cefd3a7ee993b2aff02c4829.tar.gz
qemu-df2bb38eda2def33cefd3a7ee993b2aff02c4829.tar.xz
qemu-df2bb38eda2def33cefd3a7ee993b2aff02c4829.zip
.travis.yml: separate softfloat from check-tcg
While used by TCG it is not explicitly part of TCG and the tests can be run standalone in a minimal build. Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 75b682cbe8..852f17b8c7 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -1090,7 +1090,7 @@ clean-tcg-tests-%:
build-tcg: $(BUILD_TCG_TARGET_RULES)
.PHONY: check-tcg
-check-tcg: check-softfloat $(RUN_TCG_TARGET_RULES)
+check-tcg: $(RUN_TCG_TARGET_RULES)
.PHONY: clean-tcg
clean-tcg: $(CLEAN_TCG_TARGET_RULES)