2015-10-18 10:46:11 +00:00
|
|
|
|
2016-09-26 20:50:36 +00:00
|
|
|
add_definitions(-DINITGUID -DWINETEST_USE_DBGSTR_LONGLONG)
|
[ATL][ATL_APITEST] Implement / Improve CString, based upon the code that was already there. CORE-11579 #resolve
Add code + tests for:
Conversion of A->W and W->A, equality operators, MakeLower, MakeUpper, Find, FindOneOf, ReverseFind, Compare, Mid, Left, Right, Format, Replace, Trim, TrimLeft, TrimRight.
svn path=/trunk/; revision=72061
2016-07-30 19:07:43 +00:00
|
|
|
set_cpp(WITH_RUNTIME WITH_EXCEPTIONS)
|
2015-10-18 10:46:11 +00:00
|
|
|
|
2016-04-20 12:39:37 +00:00
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/atl)
|
2015-10-18 10:46:11 +00:00
|
|
|
|
|
|
|
add_executable(atl_apitest
|
2016-08-04 19:15:21 +00:00
|
|
|
atltypes.cpp
|
2015-11-05 10:49:52 +00:00
|
|
|
CComBSTR.cpp
|
2015-10-18 10:46:11 +00:00
|
|
|
CComHeapPtr.cpp
|
2016-09-26 20:50:36 +00:00
|
|
|
CComVariant.cpp
|
2016-08-18 19:27:49 +00:00
|
|
|
CImage.cpp
|
2016-08-10 19:34:38 +00:00
|
|
|
CRegKey.cpp
|
2016-09-15 19:41:03 +00:00
|
|
|
CSimpleArray.cpp
|
|
|
|
CSimpleMap.cpp
|
[ATL][ATL_APITEST] Implement / Improve CString, based upon the code that was already there. CORE-11579 #resolve
Add code + tests for:
Conversion of A->W and W->A, equality operators, MakeLower, MakeUpper, Find, FindOneOf, ReverseFind, Compare, Mid, Left, Right, Format, Replace, Trim, TrimLeft, TrimRight.
svn path=/trunk/; revision=72061
2016-07-30 19:07:43 +00:00
|
|
|
CString.cpp
|
2015-11-05 10:49:52 +00:00
|
|
|
testlist.c
|
|
|
|
atl_apitest.rc)
|
|
|
|
|
2015-10-18 10:46:11 +00:00
|
|
|
target_link_libraries(atl_apitest wine uuid)
|
|
|
|
set_module_type(atl_apitest win32cui)
|
2016-09-26 20:50:36 +00:00
|
|
|
add_importlibs(atl_apitest rpcrt4 ole32 oleaut32 msimg32 gdi32 advapi32 user32 msvcrt kernel32 ntdll)
|
2017-01-13 09:24:15 +00:00
|
|
|
add_rostests_file(TARGET atl_apitest)
|