Skip to content

Commit

Permalink
Go back to more random testing for explicit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fwojcik committed Nov 17, 2023
1 parent 36f96cf commit 4c0672f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -812,11 +812,7 @@ int main( int argc, const char ** argv ) {
}
if (strcmp(arg, "--InternalTests") == 0) {
BlobsortTest();
#if defined(DEBUG)
RandTest(5);
#else
RandTest(1);
#endif
exit(0);
}
if (strcmp(arg, "--SortBench") == 0) {
Expand Down

0 comments on commit 4c0672f

Please sign in to comment.