mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[ROSTESTS] Do not compile tests that should not run
With automatic test list creation, whatever is built will also run.
This commit is contained in:
@@ -10,7 +10,7 @@ list(APPEND SOURCE
|
||||
CommandLineToArgvW.cpp
|
||||
CShellDesktop.cpp
|
||||
CShellLink.cpp
|
||||
CUserNotification.cpp
|
||||
#CUserNotification.cpp # Test is broken on Win 2003
|
||||
Control_RunDLLW.cpp
|
||||
DragDrop.cpp
|
||||
ExtractIconEx.cpp
|
||||
@@ -20,7 +20,7 @@ list(APPEND SOURCE
|
||||
Int64ToString.cpp
|
||||
IShellFolderViewCB.cpp
|
||||
ItemIDList.cpp
|
||||
OpenAs_RunDLL.cpp
|
||||
#OpenAs_RunDLL.cpp # Test hangs on Win 2003
|
||||
PathIsEqualOrSubFolder.cpp
|
||||
PathIsTemporary.cpp
|
||||
PathMakeUniqueName.cpp
|
||||
@@ -40,10 +40,10 @@ list(APPEND SOURCE
|
||||
SHShouldShowWizards.cpp
|
||||
SHEnumerateUnreadMailAccountsW.cpp
|
||||
She.cpp
|
||||
ShellExec_RunDLL.cpp
|
||||
ShellExecCmdLine.cpp
|
||||
ShellExecuteEx.cpp
|
||||
ShellExecuteW.cpp
|
||||
#ShellExec_RunDLL.cpp # Broke on Windows
|
||||
#ShellExecCmdLine.cpp # Broke on Windows
|
||||
#ShellExecuteEx.cpp # Broke on Windows
|
||||
#ShellExecuteW.cpp # Broke on Windows
|
||||
ShellHook.cpp
|
||||
ShellInfo.cpp
|
||||
ShellState.cpp
|
||||
|
||||
@@ -9,7 +9,7 @@ include_directories(${REACTOS_SOURCE_DIR}/win32ss/include ../gditools)
|
||||
list(APPEND SOURCE
|
||||
ntdd/NtGdiDdCreateDirectDrawObject.c
|
||||
ntdd/NtGdiDdDeleteDirectDrawObject.c
|
||||
ntdd/NtGdiDdQueryDirectDrawObject.c
|
||||
#ntdd/NtGdiDdQueryDirectDrawObject.c
|
||||
|
||||
ntgdi/NtGdiArcInternal.c
|
||||
ntgdi/NtGdiBitBlt.c
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
add_subdirectory(advapi32)
|
||||
add_subdirectory(cmd)
|
||||
#add_subdirectory(cmd)
|
||||
add_subdirectory(comctl32)
|
||||
add_subdirectory(kernel32)
|
||||
add_subdirectory(user32)
|
||||
|
||||
Reference in New Issue
Block a user