Changeset 65959 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Timestamp:
- Mar 6, 2017 9:24:32 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113784
- Location:
- trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModes.c
r60585 r65959 206 206 bool fSkipped = true; 207 207 uint8_t bErrNo; 208 Bs3TestSub(paEntries[i].pszSubTest); 208 209 if (paEntries[i].pszSubTest != NULL) 210 Bs3TestSub(paEntries[i].pszSubTest); 209 211 210 212 #define PRE_DO_CALL(a_szModeName) do { if (fVerbose) Bs3TestPrintf("...%s\n", a_szModeName); } while (0) -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h
r65507 r65959 3038 3038 typedef struct BS3TESTMODEENTRY 3039 3039 { 3040 /** The sub-test name to be passed to Bs3TestSub if not NULL. */ 3040 3041 const char * BS3_FAR pszSubTest; 3041 3042
Note:
See TracChangeset
for help on using the changeset viewer.