mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 22:49:12 +00:00
[ROSTESTS]
Create rostests module group. You can now compile rostests with "ninja rostests". Dedicated to Colin. svn path=/trunk/; revision=66251
This commit is contained in:
parent
acc5a32efa
commit
31e18a472f
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
|
||||
start_module_group(rostests)
|
||||
|
||||
add_subdirectory(apitests)
|
||||
#add_subdirectory(dibtests)
|
||||
add_subdirectory(drivers)
|
||||
|
@ -9,3 +11,5 @@ add_subdirectory(rosautotest)
|
|||
add_subdirectory(tests)
|
||||
#add_subdirectory(win32)
|
||||
add_subdirectory(winetests)
|
||||
|
||||
end_module_group()
|
||||
|
|
Loading…
Reference in a new issue