Skip to content
Snippets Groups Projects
Commit cc3a684e authored by François Bobot's avatar François Bobot
Browse files

rename `make dune_tests` into `make tests`

parent 92e9c211
No related branches found
No related tags found
No related merge requests found
...@@ -166,10 +166,10 @@ force-reconfigure: ...@@ -166,10 +166,10 @@ force-reconfigure:
############################################################################## ##############################################################################
.phony: dune-tests .PHONY: tests
TESTS=rte slicing scope value TESTS=rte slicing scope value
dune-tests: tests:
dune exec -- ptests dune exec -- ptests
dune build $(addprefix @tests/,$(addsuffix /ptests,$(TESTS))) dune build $(addprefix @tests/,$(addsuffix /ptests,$(TESTS)))
......
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