mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
8dd89c7cfc
CORE-7998 Based on Wine's cmd_winetest code, this first bunch of tests check how the "for" command should process the newlines inside its parenthesed set. Adapted by Doug Lyons.
12 lines
253 B
CMake
12 lines
253 B
CMake
add_definitions(-D__ROS_LONG64__)
|
|
|
|
list(APPEND SOURCE
|
|
batch.c
|
|
testlist.c
|
|
rsrc.rc)
|
|
|
|
add_executable(cmd_rostest ${SOURCE})
|
|
set_module_type(cmd_rostest win32cui)
|
|
add_importlibs(cmd_rostest msvcrt kernel32)
|
|
add_rostests_file(TARGET cmd_rostest)
|