diff --git a/rostests/rosautotest/CMakeLists.txt b/rostests/rosautotest/CMakeLists.txt index e77ec8c744f..c46327a0d62 100644 --- a/rostests/rosautotest/CMakeLists.txt +++ b/rostests/rosautotest/CMakeLists.txt @@ -24,4 +24,4 @@ set_module_type(rosautotest win32cui UNICODE) add_importlibs(rosautotest advapi32 shell32 user32 wininet msvcrt kernel32 ntdll) add_pch(rosautotest precomp.h) -add_cd_file(TARGET rosautotest DESTINATION reactos/system32 FOR all) \ No newline at end of file +add_cd_file(TARGET rosautotest DESTINATION reactos/system32 FOR all) diff --git a/rostests/tests/README.txt b/rostests/tests/README.txt index 86aa8cae584..92ec4ce787e 100644 --- a/rostests/tests/README.txt +++ b/rostests/tests/README.txt @@ -1,4 +1,4 @@ This folder contains tests that are not merged in to the new regression testing system. -Please DO NOT add new tests here. \ No newline at end of file +Please DO NOT add new tests here. diff --git a/rostests/tests/mmixer_test/CMakeLists.txt b/rostests/tests/mmixer_test/CMakeLists.txt index cda6334372a..39836e0b4ed 100644 --- a/rostests/tests/mmixer_test/CMakeLists.txt +++ b/rostests/tests/mmixer_test/CMakeLists.txt @@ -8,4 +8,4 @@ add_executable(mmixer_test test.c) set_module_type(mmixer_test win32cui) target_link_libraries(mmixer_test mmixer) -add_importlibs(mmixer_test advapi32 setupapi winmm ksuser user32 msvcrt kernel32) \ No newline at end of file +add_importlibs(mmixer_test advapi32 setupapi winmm ksuser user32 msvcrt kernel32)