Changeset 29393 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- May 12, 2010 12:20:38 AM (15 years ago)
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r29279 r29393 57 57 tstErrUnique \ 58 58 tstFile \ 59 tst FileAio \60 tst FileAppend-1 \59 tstRTFileAio \ 60 tstRTFileAppend-1 \ 61 61 tstFileLock \ 62 62 tstFork \ … … 203 203 tstFile_SOURCES = tstFile.cpp 204 204 205 tstFileAppend-1_SOURCES = tstFileAppend-1.cpp 205 tstRTFileAio_SOURCES = VBOXR3TSTEXE 206 tstRTFileAio_SOURCES = tstRTFileAio.cpp 207 208 tstRTFileAppend-1_TEMPLATE = VBOXR3TSTEXE 209 tstRTFileAppend-1_SOURCES = tstRTFileAppend-1.cpp 206 210 207 211 tstFileAppendWin-1_SOURCES = tstFileAppendWin-1.cpp 208 209 tstFileAio_SOURCES = tstFileAio.cpp210 212 211 213 tstFileLock_SOURCES = tstFileLock.cpp
Note:
See TracChangeset
for help on using the changeset viewer.