[ROSTESTS] Rename the "softmodalmsgbox" test to "messagebox".

This commit is contained in:
Hermès Bélusca-Maïto 2018-08-17 21:44:44 +02:00
parent 2c909db295
commit f8f08f3e9b
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
6 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
add_subdirectory(biditext)
add_subdirectory(messagebox)
add_subdirectory(paintdesktop)
add_subdirectory(softmodalmsgbox)
add_subdirectory(sysicon)
add_subdirectory(winstation)

View file

@ -0,0 +1,5 @@
add_executable(messagebox messagebox.c messagebox.rc)
set_module_type(messagebox win32cui UNICODE)
add_importlibs(messagebox user32 msvcrt kernel32)
add_rostests_file(TARGET messagebox SUBDIR suppl)

View file

@ -1,5 +0,0 @@
add_executable(softmodalmsgbox softmodalmsgbox.c softmodalmsgbox.rc)
set_module_type(softmodalmsgbox win32cui UNICODE)
add_importlibs(softmodalmsgbox user32 msvcrt kernel32)
add_rostests_file(TARGET softmodalmsgbox SUBDIR suppl)