aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-10-30 21:54:05 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-10-30 21:54:05 +0100
commit222fec65b199de8004e5664edd03ced4f29cdb94 (patch)
tree026927ef23172f470c1086a5a489a4eebd59d93b /Makefile
parentc1a82d50ef1d8adc4bdc5bd95c6777ae74f16b3b (diff)
downloadsysc-playground-222fec65b199de8004e5664edd03ced4f29cdb94.tar.gz
sysc-playground-222fec65b199de8004e5664edd03ced4f29cdb94.zip
cmake: move test build into own file test/CMakeLists.txt
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 . \