[ros-diffs] [tkreuzer] 56364: [CRT TEST] for now disable the static test, it needs some fixes first

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Wed Apr 18 17:37:21 UTC 2012


Author: tkreuzer
Date: Wed Apr 18 17:37:21 2012
New Revision: 56364

URL: http://svn.reactos.org/svn/reactos?rev=56364&view=rev
Log:
[CRT TEST]
for now disable the static test, it needs some fixes first

Modified:
    trunk/rostests/apitests/crt/msvcrt_crt_apitest.cmake

Modified: trunk/rostests/apitests/crt/msvcrt_crt_apitest.cmake
URL: http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/crt/msvcrt_crt_apitest.cmake?rev=56364&r1=56363&r2=56364&view=diff
==============================================================================
--- trunk/rostests/apitests/crt/msvcrt_crt_apitest.cmake [iso-8859-1] (original)
+++ trunk/rostests/apitests/crt/msvcrt_crt_apitest.cmake [iso-8859-1] Wed Apr 18 17:37:21 2012
@@ -1370,11 +1370,11 @@
     )
 endif()
 
-add_executable(static_crt_apitest testlist.c ${SOURCE_MSVCRT})
-target_link_libraries(static_crt_apitest wine ${PSEH_LIB} crt msvcrtex wine)
-set_module_type(static_crt_apitest win32cui)
-add_importlibs(static_crt_apitest kernel32)
-add_cd_file(TARGET static_crt_apitest DESTINATION reactos/bin FOR all)
+#add_executable(static_crt_apitest testlist.c ${SOURCE_MSVCRT})
+#target_link_libraries(static_crt_apitest wine ${PSEH_LIB} crt msvcrtex wine)
+#set_module_type(static_crt_apitest win32cui)
+#add_importlibs(static_crt_apitest kernel32)
+#add_cd_file(TARGET static_crt_apitest DESTINATION reactos/bin FOR all)
 
 add_executable(msvcrt_crt_apitest testlist.c ${SOURCE_MSVCRT})
 add_target_compile_definitions(msvcrt_crt_apitest _DLL __USE_CRTIMP)




More information about the Ros-diffs mailing list