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
......@@ -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