Skip to content

Commit 84db656

Browse files
committed
Exclude embedded_graphics from base tests
It requires a Tock runtime, so can't be run using normal host test.
1 parent 0c1529a commit 84db656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ examples: toolchain
113113
# Used when we need to build a crate for the host OS, as libtock_runtime only
114114
# supports running on Tock.
115115
EXCLUDE_RUNTIME := --exclude libtock --exclude libtock_runtime \
116-
--exclude libtock_debug_panic --exclude libtock_small_panic
116+
--exclude libtock_debug_panic --exclude libtock_small_panic --exclude embedded_graphics_libtock
117117

118118
# Arguments to pass to cargo to exclude demo crates.
119119
EXCLUDE_RUNTIME := $(EXCLUDE_RUNTIME) --exclude st7789 --exclude st7789-slint

0 commit comments

Comments
 (0)