Skip to content
Snippets Groups Projects
Commit dcbd0030 authored by Patrick Baudin's avatar Patrick Baudin
Browse files

adds dune-tests target to the Makefile

parent ce08950f
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,14 @@ force-reconfigure:
expr `$(CAT) .force-reconfigure` + 1 > .force-reconfigure
##############################################################################
.phony: dune-tests
TESTS=rte slicing scope value
dune-tests:
dune exec -- ptests
dune build $(addprefix @tests/,$(addsuffix /ptests,$(TESTS)))
##############################################################################
.phony: install uninstall
......
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