Skip to content
Snippets Groups Projects
Commit 8814706d authored by Christophe Junke's avatar Christophe Junke
Browse files

Makefile: force tests for both versions of eclipse

The dependencies v5-test and v7-test both depends on test but with
different environment variables; that's however not sufficent for
Make, which consider that once test is done, it is not necessary to
execute it again.
parent 0e851e36
No related branches found
No related tags found
1 merge request!57Makefile: force tests for both versions of eclipse
Pipeline #83112 passed
.PHONY: all bundle clean clean_bundle simplex simplex_epilog
.PHONY: all bundle clean clean_bundle simplex simplex_epilog tests
# NB. This makefile uses rules like v5-% and v7-% to setup
# the required environment before executing the associated
......@@ -152,7 +152,9 @@ archives:
test:
./test.sh $(BUNDLE_ROOT)/colibri -j2
tests: v5-test v7-test
tests:
make v5-test
make v7-test
# ==================================================
# RELEASE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment