mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
.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>
This commit is contained in:
parent
b640728151
commit
df2bb38eda
2 changed files with 7 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue