forked from reactos/reactos
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[INTEROP_UNITTEST] Move to unit tests
- Loading branch information
1 parent
cfcab9f
commit 67315fc
Showing
7 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
add_subdirectory(interop) | ||
add_subdirectory(setuplib) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
PROJECT(interop_unittest) | ||
|
||
include_directories(../../apitests/include) | ||
|
||
list(APPEND SOURCE | ||
LocaleTests.cpp | ||
testlist.c) | ||
|
||
add_executable(interop_unittest ${SOURCE}) | ||
|
||
target_link_libraries(interop_unittest cppstl) | ||
set_module_type(interop_unittest win32cui) | ||
target_compile_definitions(interop_unittest PRIVATE UNICODE _UNICODE _STLP_NO_EXCEPTIONS) | ||
add_importlibs(interop_unittest shell32 user32 msvcrt kernel32) | ||
add_rostests_file(TARGET interop_unittest) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
add_subdirectory(advapi32) | ||
add_subdirectory(cmd) | ||
add_subdirectory(comctl32) | ||
add_subdirectory(interop_test) | ||
add_subdirectory(kernel32) | ||
add_subdirectory(user32) |
This file was deleted.
Oops, something went wrong.