Skip to content

Commit

Permalink
rename CMSSM LibraryLink test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jul 13, 2016
1 parent 8477853 commit c6b928b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/module.mk
Expand Up @@ -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 := \
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions test/test_CMSSM_mathlink.m → test/test_CMSSM_librarylink.m
Expand Up @@ -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;

Expand Down

0 comments on commit c6b928b

Please sign in to comment.