Skip to content
Snippets Groups Projects
Commit 07552b60 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Add possibility to run tests directly from MacPorts

This makes it possible to use the command

port test plumed

to compile and test plumed.

Notice that tests on travis are still performed explicitly,
I plan to fix this in the near future, after having verified that there
are no problems with timings.
parent 81cf3b02
No related branches found
No related tags found
No related merge requests found
......@@ -92,3 +92,8 @@ pre-configure {
configure.ldflags-append ${linalglib}
}
# Allow running tests from MacPorts
test.run yes
test.target check
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