From c6b928bfc54aee37030664fbd6a10cbc9e74225f Mon Sep 17 00:00:00 2001 From: Alexander Voigt Date: Wed, 13 Jul 2016 10:16:12 +0200 Subject: [PATCH] rename CMSSM LibraryLink test --- test/module.mk | 2 +- ...st_CMSSM_mathlink.in.spc => test_CMSSM_librarylink.in.spc} | 0 test/{test_CMSSM_mathlink.m => test_CMSSM_librarylink.m} | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename test/{test_CMSSM_mathlink.in.spc => test_CMSSM_librarylink.in.spc} (100%) rename test/{test_CMSSM_mathlink.m => test_CMSSM_librarylink.m} (98%) diff --git a/test/module.mk b/test/module.mk index 9ec32e0b7..2308d7c2e 100644 --- a/test/module.mk +++ b/test/module.mk @@ -324,7 +324,7 @@ endif ifeq ($(shell $(FSCONFIG) --with-CMSSM),yes) TEST_META += \ $(DIR)/test_CMSSM_3loop_beta.m \ - $(DIR)/test_CMSSM_mathlink.m + $(DIR)/test_CMSSM_librarylink.m endif TEST_OBJ := \ diff --git a/test/test_CMSSM_mathlink.in.spc b/test/test_CMSSM_librarylink.in.spc similarity index 100% rename from test/test_CMSSM_mathlink.in.spc rename to test/test_CMSSM_librarylink.in.spc diff --git a/test/test_CMSSM_mathlink.m b/test/test_CMSSM_librarylink.m similarity index 98% rename from test/test_CMSSM_mathlink.m rename to test/test_CMSSM_librarylink.m index 45b26fb74..0e5dedc6e 100644 --- a/test/test_CMSSM_mathlink.m +++ b/test/test_CMSSM_librarylink.m @@ -57,8 +57,8 @@ FSCMSSMCloseHandle[handle]; -inputFile = "test/test_CMSSM_mathlink.in.spc"; -outputFile = "test/test_CMSSM_mathlink.out.spc"; +inputFile = "test/test_CMSSM_librarylink.in.spc"; +outputFile = "test/test_CMSSM_librarylink.out.spc"; cmd = "models/CMSSM/run_CMSSM.x --slha-input-file=" <> inputFile <> " --slha-output-file=" <> outputFile;