Changeset 59865 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestData.c
- Timestamp:
- Feb 29, 2016 10:27:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestData.c
r59863 r59865 49 49 /** Whether we've reported the sub-test result or not. */ 50 50 bool g_fbBs3SubTestReported = true; 51 /** Whether the sub-test has been skipped or not. */ 52 bool g_fbBs3SubTestSkipped = false; 51 53 52 54 /** The number of sub tests. */ … … 93 95 }; 94 96 97 98 /** The subtest name. */ 99 char g_szBs3SubTest[64]; 100 95 101 #endif /* ARCH_BITS == 16 */ 96 102 97 103 /** The test name. */ 98 104 const char BS3_FAR *BS3_CMN_NM(g_pszBs3Test) = NULL; 99 /** The subtest name. */100 const char BS3_FAR *BS3_CMN_NM(g_pszBs3SubTest) = NULL;101 105
Note:
See TracChangeset
for help on using the changeset viewer.