aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5ae034d..450e57b 100644
--- a/Makefile
+++ b/Makefile
@@ -58,3 +58,7 @@ build:
.PHONY: install
install: build
cmake --install '$(call escape,$(cmake_dir))'
+
+.PHONY: test
+test:
+ cd -- '$(call escape,$(cmake_dir))' && ctest -C '$(call escape,$(BUILD_TYPE))' --verbose