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

Fixed regtests

This fixed a bug I introduced in 35ed62dc

Namely, now all the directories containing regtests should be explicitly listed
in regtest/Makefile. The result of the bug was that not all regtests were run
parent 1871c49a
No related branches found
No related tags found
No related merge requests found
SUBDIRS := basic metainference crystallization manyrestraints adjmat
SUBDIRS := basic adjmat analysis basic crystallization manyrestraints mapping metainference multicolvar secondarystructure
SUBDIRSCLEAN := $(addsuffix .clean,$(SUBDIRS))
SUBDIRSVALGRIND := $(addsuffix .valgrind,$(SUBDIRS))
......
......@@ -20,7 +20,7 @@ echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++"
echo "+ Test session ended at $(date)"
dirs=$(
for file in {basic,metainference,crystallization,manyrestraints,adjmat}/rt*/Makefile
for file in {basic,adjmat,analysis,basic,crystallization,manyrestraints,mapping,metainference,multicolvar,secondarystructure}/rt*/Makefile
do
echo ${file%Makefile}
done
......
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