mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 15:20:29 +08:00
[KMTEST] Fix x64 GCC build
Yes this is a hack, until I am able to fix this properly.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user