aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
index eb16de0..a79921c 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -42,7 +42,7 @@ tasks:
desc: "Builds a local copy of the library in a debug configuration, then runs the test executable"
cmds:
- task: build-debug
- - cmd: cd {{.CMAKE_BUILD_DIR}} && {{if eq OS "windows"}}debug/nctest.exe{{else}}./nctest{{end}}
+ - cmd: cd {{.CMAKE_BUILD_DIR}} && ctest -C Debug --verbose
install:
desc: "Uses cmake to install the library on your system"