mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
0339d4e1a5
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
7 lines
142 B
CMake
7 lines
142 B
CMake
|
|
include(ntdll_crt_apitest.cmake)
|
|
include(msvcrt_crt_apitest.cmake)
|
|
if(NOT ARCH STREQUAL "amd64")
|
|
include(crtdll_crt_apitest.cmake)
|
|
endif()
|