From 222fec65b199de8004e5664edd03ced4f29cdb94 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Mon, 30 Oct 2023 21:54:05 +0100 Subject: cmake: move test build into own file test/CMakeLists.txt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 . \ -- cgit v1.2.3