Changeset 25924 in vbox for trunk/src/VBox
- Timestamp:
- Jan 20, 2010 11:08:40 AM (15 years ago)
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r25865 r25924 84 84 tstNoCrt-1 \ 85 85 tstOnce \ 86 tst Path \86 tstRTPath \ 87 87 tstPrfRT \ 88 88 tstRand \ … … 337 337 tstOnce_SOURCES = tstOnce.cpp 338 338 339 tstPath_SOURCES = tstPath.cpp 339 tstRTPath_TEMPLATE = VBOXR3TSTEXE 340 tstRTPath_SOURCES = tstRTPath.cpp 340 341 341 342 tstPrfRT_SOURCES = tstPrfRT.cpp -
trunk/src/VBox/Runtime/testcase/tstRTPath.cpp
r25923 r25924 51 51 */ 52 52 RTTEST hTest; 53 int rc = RTTestInitAndCreate("tst Path", &hTest);53 int rc = RTTestInitAndCreate("tstRTPath", &hTest); 54 54 if (rc) 55 55 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.