mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[KMTEST] Fix x64 GCC build
Yes this is a hack, until I am able to fix this properly.
This commit is contained in:
parent
c7295b2cdf
commit
cadfdc554d
1 changed files with 2 additions and 0 deletions
|
@ -11,7 +11,9 @@ add_subdirectory(apitests)
|
|||
#add_subdirectory(dibtests)
|
||||
add_subdirectory(drivers)
|
||||
#add_subdirectory(dxtest)
|
||||
if(MSVC OR NOT ARCH STREQUAL "amd64") # FIXME build is broken with new x64 PSEH
|
||||
add_subdirectory(kmtests)
|
||||
endif()
|
||||
#add_subdirectory(regtests)
|
||||
add_subdirectory(rosautotest)
|
||||
add_subdirectory(tests)
|
||||
|
|
Loading…
Reference in a new issue