From 710f7b9dcf2797d7944b3a3ff7e3ce9e93322a8d Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Mon, 18 Jul 2016 20:25:00 +0200
Subject: [PATCH] Fixed regtests

This fixed a bug I introduced in 35ed62dcfc67ba364a9f0c60d4ea78298c746bd9

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
---
 regtest/Makefile      | 3 ++-
 regtest/scripts/check | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/regtest/Makefile b/regtest/Makefile
index 5225aaf43..56c8582d1 100644
--- a/regtest/Makefile
+++ b/regtest/Makefile
@@ -1,4 +1,5 @@
-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))
 
diff --git a/regtest/scripts/check b/regtest/scripts/check
index fbcc69ff9..b302f858c 100755
--- a/regtest/scripts/check
+++ b/regtest/scripts/check
@@ -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
-- 
GitLab