mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
e7ed762d4b
- Add tcpip_drvtest, for now only testing the IOCTL behind iphlpapi's GetInterfaceInfo svn path=/trunk/; revision=65547
12 lines
269 B
CMake
12 lines
269 B
CMake
|
|
add_subdirectory(apitests)
|
|
#add_subdirectory(dibtests)
|
|
add_subdirectory(drivers)
|
|
#add_subdirectory(dxtest)
|
|
add_subdirectory(kmtests)
|
|
#add_subdirectory(regtests)
|
|
add_subdirectory(rosautotest)
|
|
add_subdirectory(tests)
|
|
#add_subdirectory(win32)
|
|
add_subdirectory(winetests)
|