From 27cca24e2af759ca2c217fffc86c72d05a7adfca Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Thu, 12 Dec 2024 13:46:32 +0100 Subject: [PATCH] Download test packages. --- tests/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d1ef91bb4..7a00881dd 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -176,3 +176,8 @@ add_subdirectory(pkg) add_subdirectory(envelope) add_subdirectory(toitdoc) add_subdirectory(dependencies) + +# Add the pi-tests so that its packages are downloaded. +# This is only necessary for the health tests, since the tests themselves +# have a different cmake entry point in the hw directory. +toit_project(pi-tests "${CMAKE_CURRENT_LIST_DIR}/hw/pi")