Skip to content
Snippets Groups Projects
Commit f5883731 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Add test to Makefile

parent 61f152e7
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!49Resolve "EXTERN: Adapt to Conan 2"
Pipeline #52034 failed
This commit is part of merge request !49. Comments created here will be created in the context of that merge request.
......@@ -94,5 +94,12 @@ conan-build:
conan-build-debug:
conan build . -s $(CONAN_SETTINGS) -s build_type=Debug
ctest:
cd build/Debug && ctest
test: conan-install-debug conan-build-debug ctest
clean:
rm -rf build
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment