aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
index 0af15f3..f66a6f9 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -54,6 +54,12 @@ tasks:
vars: { BUILD_CONFIG: 'Debug' }
- cmd: cd {{.CMAKE_BUILD_DIR}} && ctest -C Debug --verbose --output-on-failure
+ test-full:
+ desc: '(dotnet required) builds, and tests noscrypt using the .NET library test suite'
+ cmds:
+ - task: test
+ - cmd: dotnet test --logger 'console;verbosity=detailed'
+
compile:
internal: true
cmds: