aboutsummaryrefslogtreecommitdiff
path: root/Module.Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-11-06 21:22:25 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-11-06 21:22:25 -0500
commit183130781dafef490fa51a6a89065cc32dfbcbca (patch)
tree0c248ebab0d0256906abba631f610f0681ee8ec8 /Module.Taskfile.yaml
parentc91975e032322e26fde96edb13ef34681daccc4e (diff)
parent5f89f4494267a0dd175682f593bcd5495a3dbbda (diff)
merge developc-sharp
Diffstat (limited to 'Module.Taskfile.yaml')
-rw-r--r--Module.Taskfile.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Module.Taskfile.yaml b/Module.Taskfile.yaml
index db5f6dd..8424a89 100644
--- a/Module.Taskfile.yaml
+++ b/Module.Taskfile.yaml
@@ -24,13 +24,17 @@ tasks:
cmds:
#ensure the debug library has been built for the current system before project tests are executed
- cmd: task build-debug -- -DNC_ENABLE_UTILS=ON
- - task: test-dotnet
+ #library is already built, just need to test it
+ - cmd: task test-dev
+ - task: test-dotnet
#runs the test suite inside wsl linux environment
- cmd: echo 'Running WSL tests {{ if eq OS "windows" }}TRUE{{ else }}FALSE{{ end }}'
- silent: true
+ silent: true
- cmd: wsl task test -- -DNC_ENABLE_UTILS=ON
platforms: [ windows ]
+ #run memory check
+ - cmd: wsl task memcheck
test-dotnet:
vars: