Skip to content

Commit 111b344

Browse files
i#2154 Android64: Get more tests running on device (#7332)
Adds copy_target_to_device() for targets built with tobuild_ops() and tobuild() so these tests can be easily run on Android devices as well. Issue: #2154, #1874
1 parent 813b9c3 commit 111b344

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

suite/tests/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ function(tobuild test source)
675675
add_exe(${test} ${source})
676676
set(testlist_normal ${testlist_normal} ${test} PARENT_SCOPE)
677677
set(${test}_source ${source} PARENT_SCOPE)
678+
copy_target_to_device(${test} "${location_suffix}")
678679
endfunction(tobuild)
679680

680681
# normal app w/ options
@@ -690,6 +691,7 @@ function(tobuild_ops test source dr_ops exe_ops)
690691
set(${test}_source ${source} PARENT_SCOPE)
691692
set(${test}_dr_ops ${dr_ops} PARENT_SCOPE)
692693
set(${test}_exe_ops ${exe_ops} PARENT_SCOPE)
694+
copy_target_to_device(${test} "${location_suffix}")
693695
endfunction(tobuild_ops)
694696

695697
# normal app that has a dll and an executable

0 commit comments

Comments
 (0)