aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-05-13 14:32:42 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-05-13 14:32:46 +0200
commit0af0a72c45e3956dbc9f97087e1dd51f189cfb63 (patch)
tree9a8b5b06301ddfbd6fbf6ae33a2fb89b2212f7f1 /Makefile
parentci_queue -> run_queue (diff)
downloadcimple-0af0a72c45e3956dbc9f97087e1dd51f189cfb63.tar.gz
cimple-0af0a72c45e3956dbc9f97087e1dd51f189cfb63.zip
ctest: don't use the -C parameter
We only build using "Unix Makefiles" anyway, which is a single-configuration build system.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2752db9..509c6b0 100644
--- a/Makefile
+++ b/Makefile
@@ -61,4 +61,4 @@ install: build
.PHONY: test
test:
- cd -- '$(call escape,$(cmake_dir))' && ctest -C '$(call escape,$(BUILD_TYPE))' --verbose
+ cd -- '$(call escape,$(cmake_dir))' && ctest --verbose