mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Test commit access
Remove trailing spaces llvm-svn: 342268
This commit is contained in:
parent
6bb7b401eb
commit
023adc2eda
@ -1112,7 +1112,7 @@ function(add_unittest test_suite test_name)
|
||||
# executable must be linked with it in order to provide consistent
|
||||
# API for all shared libaries loaded by this executable.
|
||||
target_link_libraries(${test_name} PRIVATE gtest_main gtest ${LLVM_PTHREAD_LIB})
|
||||
|
||||
|
||||
add_dependencies(${test_suite} ${test_name})
|
||||
get_target_property(test_suite_folder ${test_suite} FOLDER)
|
||||
if (NOT ${test_suite_folder} STREQUAL "NOTFOUND")
|
||||
|
Loading…
Reference in New Issue
Block a user