aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e41117..c6c3cbb 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ run: build
done
test: build
- cd BUILD/PLAYGROUND && ctest --output-on-failure
+ cd BUILD/PLAYGROUND/test && ctest --output-on-failure
BUILD/PLAYGROUND/CMakeCache.txt: CMakeLists.txt
cmake -B BUILD/PLAYGROUND $@ -S . \