Rev | Line | |
---|
[12370] | 1 | mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsArtificialAntProblem /noisolation /detail:stdout /detail:duration > mcts-artificial-ant-log.txt
|
---|
[12386] | 2 | mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsPoly10Problem /noisolation /detail:stdout /detail:duration > mcts-poly-10-log.txt
|
---|
| 3 | mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsRoyalPairProblem /noisolation /detail:stdout /detail:duration > mcts-royalpair-log.txt
|
---|
| 4 | mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsPalindromeProblem /noisolation /detail:stdout /detail:duration > mcts-palindrome-log.txt
|
---|
| 5 | mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsRoyalSequenceProblem /noisolation /detail:stdout /detail:duration > mcts-royalseq-log.txt
|
---|
| 6 | mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsFindPhrasesProblem /noisolation /detail:stdout /detail:duration > mcts-findphrases-log.txt |
---|
Note: See
TracBrowser
for help on using the repository browser.