mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
0c2230ad64
Add a testcase for FC (file comparison) command to investigate FC command. CORE-17500
12 lines
274 B
CMake
12 lines
274 B
CMake
|
|
list(APPEND SOURCE
|
|
cmd.c
|
|
fc.c
|
|
testlist.c)
|
|
|
|
add_executable(cmd_apitest ${SOURCE})
|
|
target_link_libraries(cmd_apitest wine ${PSEH_LIB})
|
|
set_module_type(cmd_apitest win32cui)
|
|
add_importlibs(cmd_apitest shlwapi msvcrt kernel32)
|
|
add_rostests_file(TARGET cmd_apitest)
|