mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
454f222ade
- Merge the Kernel Mode Test Suite Google Summer of Code project - Happy testing, everyone ;) svn path=/trunk/; revision=53671
14 lines
315 B
CMake
14 lines
315 B
CMake
|
|
add_subdirectory(apitests)
|
|
#add_subdirectory(dibtests)
|
|
#add_subdirectory(drivers)
|
|
#add_subdirectory(dxtest)
|
|
add_subdirectory(kmtests)
|
|
#add_subdirectory(regtests)
|
|
if(NOT MSVC) # FIXME: msvc build
|
|
add_subdirectory(rosautotest)
|
|
endif()
|
|
add_subdirectory(tests)
|
|
#add_subdirectory(win32)
|
|
add_subdirectory(winetests)
|