Skip to content
Snippets Groups Projects
Commit 9ef3f379 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add `check` target as an alias to the `test` target

This is just a convenience target alias (`check` is for instance the
classic test suite target name used by `autotools`)
parent 54907ae7
Branches
Tags
1 merge request!61Feature/mesh based ci
......@@ -329,6 +329,10 @@ add_custom_target(all_unit_tests
DEPENDS unit_tests mpi_unit_tests
)
add_custom_target(check
DEPENDS test
)
add_custom_target(test
DEPENDS run_all_unit_tests
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment