From 0baa4afd4716ad4d6d2f37b9d4af4fc839d16d7c Mon Sep 17 00:00:00 2001 From: vnugent Date: Thu, 7 Nov 2024 01:51:17 -0500 Subject: target mbedtls specific properties --- Module.Taskfile.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Module.Taskfile.yaml') diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml index 1d33c85..3a73704 100644 --- a/Module.Taskfile.yaml +++ b/Module.Taskfile.yaml @@ -29,6 +29,8 @@ tasks: - cmd: task test -- -DNC_ENABLE_UTILS=ON - cmd: wsl task test -- -DNC_ENABLE_UTILS=ON - cmd: wsl task memcheck + - cmd: task test-mbedtls -- -DNC_ENABLE_UTILS=ON + #called by build pipeline to build module build: -- cgit