added comment

This commit is contained in:
Gabriel Schlozer 2016-09-12 09:45:25 +02:00
parent f8e366b19b
commit b3b3df9588

View file

@ -28,7 +28,7 @@ namespace UnitTest {
* Implicit: myTests.exe MySpecialTest MyOtherTest MySuite1
*/
UNITTEST_LINKAGE int RunTestsCmd(int argc, char**argv, bool allowImplicitArgs);
UNITTEST_LINKAGE int RunTestsCmd(int argc, char**argv);
UNITTEST_LINKAGE int RunTestsCmd(int argc, char**argv); // Important: keep version with same signature as int main()
UNITTEST_LINKAGE int RunAllTests();