1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

Merge pull request #20517 from maribu/tests/rust_libs

tests/rsut_libs: add missing dependency
This commit is contained in:
Marian Buschsieweke 2024-03-27 16:25:35 +00:00 committed by GitHub
commit e67e2fc8e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@ include ../Makefile.tests_common
USEMODULE += shell
USEMODULE += shell_democommands
USEMODULE += ztimer_msec
FEATURES_REQUIRED += rust_target