From de84aacdfde4aab4a4169a3381eccc3bdd91f9bc Mon Sep 17 00:00:00 2001 From: Guido Cossu Date: Fri, 5 May 2017 13:59:10 +0100 Subject: [PATCH] Fixing a configure error for the smearing tests --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index bee54291..faefad8b 100644 --- a/configure.ac +++ b/configure.ac @@ -490,6 +490,7 @@ AC_CONFIG_FILES(tests/forces/Makefile) AC_CONFIG_FILES(tests/hadrons/Makefile) AC_CONFIG_FILES(tests/hmc/Makefile) AC_CONFIG_FILES(tests/solver/Makefile) +AC_CONFIG_FILES(tests/smearing/Makefile) AC_CONFIG_FILES(tests/qdpxx/Makefile) AC_CONFIG_FILES(tests/testu01/Makefile) AC_CONFIG_FILES(benchmarks/Makefile)