From 9f6f77646004ce39d720d950c288de6eb5dbe2a6 Mon Sep 17 00:00:00 2001 From: Michael Marshall Date: Fri, 25 Jan 2019 19:14:22 +0000 Subject: [PATCH] ensured there is a default test to run --- tests/hadrons/Test_hadrons_distil.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/hadrons/Test_hadrons_distil.cc b/tests/hadrons/Test_hadrons_distil.cc index 013683db..9cbce26e 100644 --- a/tests/hadrons/Test_hadrons_distil.cc +++ b/tests/hadrons/Test_hadrons_distil.cc @@ -174,7 +174,7 @@ bool bNumber( int &ri, const char * & pstr, bool bGobbleWhiteSpace = true ) int main(int argc, char *argv[]) { // Decode command-line parameters. 1st one is which test to run - int iTestNum = 2; + int iTestNum = 4; for(int i = 1 ; i < argc ; i++ ) { std::cout << "argv[" << i << "]=\"" << argv[i] << "\"" << std::endl; @@ -232,7 +232,7 @@ int main(int argc, char *argv[]) test_Perambulators( application ); test_DistilVectors( application ); break; - case 4: // 4 + default: // 4 test_Global( application ); test_LapEvec( application ); test_Perambulators( application );