test: Disable truetype and meminfo tests on QEMU
These tests are designed to work on sandbox only. The truetype font changes the current font, which QEMU targets may not support. The meminfo test assumes a particular memory size. Mark them as sandbox-only. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -16,11 +16,15 @@ obj-$(CONFIG_CMD_ADDRMAP) += addrmap.o
|
||||
obj-$(CONFIG_CMD_BDI) += bdinfo.o
|
||||
obj-$(CONFIG_COREBOOT_SYSINFO) += coreboot.o
|
||||
obj-$(CONFIG_CMD_FDT) += fdt.o
|
||||
ifdef CONFIG_SANDBOX
|
||||
obj-$(CONFIG_CONSOLE_TRUETYPE) += font.o
|
||||
endif
|
||||
obj-$(CONFIG_CMD_HASH) += hash.o
|
||||
obj-$(CONFIG_CMD_HISTORY) += history.o
|
||||
obj-$(CONFIG_CMD_LOADM) += loadm.o
|
||||
ifdef CONFIG_SANDBOX
|
||||
obj-$(CONFIG_CMD_MEMINFO) += meminfo.o
|
||||
endif
|
||||
obj-$(CONFIG_CMD_MEMORY) += mem_copy.o
|
||||
obj-$(CONFIG_CMD_MEM_SEARCH) += mem_search.o
|
||||
ifdef CONFIG_CMD_PCI
|
||||
|
||||
Reference in New Issue
Block a user