From ec79f7faf1689ff66217e91c233386f0bfbf86ae Mon Sep 17 00:00:00 2001 From: Alexander Voigt Date: Mon, 25 Jul 2016 15:52:28 +0200 Subject: [PATCH] run test_SMtower.sh --- test/module.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/module.mk b/test/module.mk index 6969800a7..3a7d5ecf9 100644 --- a/test/module.mk +++ b/test/module.mk @@ -281,6 +281,11 @@ TEST_SH += \ $(DIR)/test_MSSMtower.sh endif +ifeq ($(shell $(FSCONFIG) --with-SM --with-SMtower),yes yes) +TEST_SH += \ + $(DIR)/test_SMtower.sh +endif + TEST_META := \ $(DIR)/test_BetaFunction.m \ $(DIR)/test_CConversion.m \