mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
added comment
This commit is contained in:
parent
f8e366b19b
commit
b3b3df9588
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue