diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-13 14:32:42 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-13 14:32:46 +0200 |
commit | 0af0a72c45e3956dbc9f97087e1dd51f189cfb63 (patch) | |
tree | 9a8b5b06301ddfbd6fbf6ae33a2fb89b2212f7f1 /Makefile | |
parent | ci_queue -> run_queue (diff) | |
download | cimple-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 '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |