diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-11-29 22:21:50 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-03-12 17:05:21 +0000 |
commit | e24e66f06d152151cd876210e001b21aa3bb86c8 (patch) | |
tree | 15bbd2817392d9332d1912894d1d4a9d9befe4fc /Makefile.target | |
parent | bd15e6e004061b4f5916ca780a6df67e0ccf2d70 (diff) |
tests/tcg: enable tcg tests for softmmu
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target index d8048aab8f..ae02495951 100644 --- a/Makefile.target +++ b/Makefile.target @@ -40,9 +40,7 @@ PROGS=$(QEMU_PROG) $(QEMU_PROGW) STPFILES= # Makefile Tests -ifdef CONFIG_USER_ONLY include $(SRC_PATH)/tests/tcg/Makefile.include -endif config-target.h: config-target.h-timestamp config-target.h-timestamp: config-target.mak |