Skip to content

Commit

Permalink
Merge b476b7f into 7035b61
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Aug 10, 2020
2 parents 7035b61 + b476b7f commit c9e93bb
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 22 deletions.
3 changes: 3 additions & 0 deletions cmake/clcachewrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ int main(int pArgC, char *pArgV[])
if (pArgV[i][j] == '\\') {
clcacheCommand[++k] = '\\';
clcacheCommand[++k] = '\\';
} else if (pArgV[i][j] == '"') {
clcacheCommand[++k] = '\\';
clcacheCommand[++k] = '"';
} else {
clcacheCommand[++k] = pArgV[i][j];
}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/editing/CellMLTextView/tests/clitests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void CliTests::exportTests()

//==============================================================================

QTEST_GUILESS_MAIN(CliTests)
QTEST_APPLESS_MAIN(CliTests)

//==============================================================================
// End of file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ void ConversionTests::warningConversionTests()

//==============================================================================

QTEST_GUILESS_MAIN(ConversionTests)
QTEST_APPLESS_MAIN(ConversionTests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/editing/CellMLTextView/tests/parsingtests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1959,7 +1959,7 @@ void ParsingTests::mapTests()

//==============================================================================

QTEST_GUILESS_MAIN(ParsingTests)
QTEST_APPLESS_MAIN(ParsingTests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/editing/CellMLTextView/tests/scanningtests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ void ScanningTests::scanningNumberTests()

//==============================================================================

QTEST_GUILESS_MAIN(ScanningTests)
QTEST_APPLESS_MAIN(ScanningTests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/miscellaneous/Compiler/tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ void Tests::lcmFunctionTests()

//==============================================================================

QTEST_GUILESS_MAIN(Tests)
QTEST_APPLESS_MAIN(Tests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/miscellaneous/Core/tests/clitests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void CliTests::cliStatusTests()

//==============================================================================

QTEST_GUILESS_MAIN(CliTests)
QTEST_APPLESS_MAIN(CliTests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/miscellaneous/Core/tests/mathmltests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ void MathmlTests::trigonometricTests()

//==============================================================================

QTEST_GUILESS_MAIN(MathmlTests)
QTEST_APPLESS_MAIN(MathmlTests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/support/PythonSupport/tests/basictests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void BasicTests::tests()

//==============================================================================

QTEST_GUILESS_MAIN(BasicTests)
QTEST_APPLESS_MAIN(BasicTests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/support/PythonSupport/tests/coveragetests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void CoverageTests::tests()

//==============================================================================

QTEST_GUILESS_MAIN(CoverageTests)
QTEST_APPLESS_MAIN(CoverageTests)

//==============================================================================
// End of file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void HodgkinHuxley1952Tests::tests()

//==============================================================================

QTEST_GUILESS_MAIN(HodgkinHuxley1952Tests)
QTEST_APPLESS_MAIN(HodgkinHuxley1952Tests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/support/PythonSupport/tests/importtests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void ImportTests::tests()

//==============================================================================

QTEST_GUILESS_MAIN(ImportTests)
QTEST_APPLESS_MAIN(ImportTests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/support/PythonSupport/tests/noble1962tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void Noble1962Tests::tests()

//==============================================================================

QTEST_GUILESS_MAIN(Noble1962Tests)
QTEST_APPLESS_MAIN(Noble1962Tests)

//==============================================================================
// End of file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void VanDerPol1928Tests::tests()

//==============================================================================

QTEST_GUILESS_MAIN(VanDerPol1928Tests)
QTEST_APPLESS_MAIN(VanDerPol1928Tests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/support/SEDMLSupport/tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ void Tests::symbolStyleTests()

//==============================================================================

QTEST_GUILESS_MAIN(Tests)
QTEST_APPLESS_MAIN(Tests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/support/ZIPSupport/tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ void Tests::uncompressTests()

//==============================================================================

QTEST_GUILESS_MAIN(Tests)
QTEST_APPLESS_MAIN(Tests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/CellMLAPI/tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void Tests::basicTests()

//==============================================================================

QTEST_GUILESS_MAIN(Tests)
QTEST_APPLESS_MAIN(Tests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/Zinc/tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void Tests::basicTests()

//==============================================================================

QTEST_GUILESS_MAIN(Tests)
QTEST_APPLESS_MAIN(Tests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/libBioSignalML/tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void Tests::basicTests()

//==============================================================================

QTEST_GUILESS_MAIN(Tests)
QTEST_APPLESS_MAIN(Tests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/libNuML/tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void Tests::basicTests()

//==============================================================================

QTEST_GUILESS_MAIN(Tests)
QTEST_APPLESS_MAIN(Tests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/libSBML/tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void Tests::basicTests()

//==============================================================================

QTEST_GUILESS_MAIN(Tests)
QTEST_APPLESS_MAIN(Tests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/libSEDML/tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void Tests::basicTests()

//==============================================================================

QTEST_GUILESS_MAIN(Tests)
QTEST_APPLESS_MAIN(Tests)

//==============================================================================
// End of file
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/tools/CellMLTools/tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void Tests::validateCellmlFiles()

//==============================================================================

QTEST_GUILESS_MAIN(Tests)
QTEST_APPLESS_MAIN(Tests)

//==============================================================================
// End of file
Expand Down

0 comments on commit c9e93bb

Please sign in to comment.