mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[ROSTESTS]
disable some tests on x64, since they don't build. Disable some exports from dllexport_test on non-x86 build, since decorations are x86 specific. svn path=/trunk/; revision=63453
This commit is contained in:
parent
c51c0ec1b4
commit
0339d4e1a5
6 changed files with 29 additions and 17 deletions
|
@ -9,7 +9,9 @@ add_subdirectory(com)
|
|||
add_subdirectory(crt)
|
||||
add_subdirectory(dciman32)
|
||||
add_subdirectory(gdi32)
|
||||
if(NOT ARCH STREQUAL "amd64")
|
||||
add_subdirectory(kernel32)
|
||||
endif()
|
||||
add_subdirectory(msvcrt)
|
||||
add_subdirectory(ntdll)
|
||||
add_subdirectory(powrprof)
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
include(ntdll_crt_apitest.cmake)
|
||||
include(crtdll_crt_apitest.cmake)
|
||||
include(msvcrt_crt_apitest.cmake)
|
||||
if(NOT ARCH STREQUAL "amd64")
|
||||
include(crtdll_crt_apitest.cmake)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue