[ROSTESTS] Start adding ReactOS-owned tests for cmd.exe, based on Wine's.
[reactos.git] / modules / rostests / win32 / cmd / CMakeLists.txt
1 add_definitions(-D__ROS_LONG64__)
2
3 list(APPEND SOURCE
4 batch.c
5 testlist.c
6 rsrc.rc)
7
8 add_executable(cmd_rostest ${SOURCE})
9 set_module_type(cmd_rostest win32cui)
10 add_importlibs(cmd_rostest msvcrt kernel32)
11 add_rostests_file(TARGET cmd_rostest)