Changeset 91653 in vbox
- Timestamp:
- Oct 10, 2021 8:32:28 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkatCmdSelfTest.cpp
r91632 r91653 47 47 #include <iprt/getopt.h> 48 48 #include <iprt/message.h> 49 #include <iprt/rand.h> 49 50 #include <iprt/test.h> 50 51 … … 186 187 pTstEnvHst->fSelftest = true; 187 188 189 /* One test iteration with a 5s maximum test tone is enough for a (quick) self test. */ 190 pTstEnvHst->cIterations = 1; 191 pTstEnvHst->ToneParms.msDuration = RTRandU32Ex(500, RT_MS_5SEC); 192 188 193 /* Generate tag for host side. */ 189 194 rc = RTStrCopy(pTstEnvHst->szTag, sizeof(pTstEnvHst->szTag), pCtx->szTag);
Note:
See TracChangeset
for help on using the changeset viewer.