diff options
author | vnugent <public@vaughnnugent.com> | 2024-11-07 01:51:17 -0500 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-11-07 01:51:17 -0500 |
commit | 0baa4afd4716ad4d6d2f37b9d4af4fc839d16d7c (patch) | |
tree | 41eaf4d02b2a956ea71a93e8e6bf5d58a88d724e /Module.Taskfile.yaml | |
parent | 5f89f4494267a0dd175682f593bcd5495a3dbbda (diff) |
target mbedtls specific properties
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r-- | Module.Taskfile.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |