Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
android_add_test: update test destination
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Jun 2, 2015
1 parent 7577b23 commit 8661ed4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion AndroidApk.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,10 @@ function(android_add_test)
list(REMOVE_AT x_COMMAND 0)
set(APP_ARGUMENTS ${x_COMMAND})

set(APP_DESTINATION "/data/bin/${PROJECT_NAME}/AndroidTest/${app_target}")
set(
APP_DESTINATION
"/data/bin/${PROJECT_NAME}/AndroidTest/${x_NAME}/${app_target}"
)

# Use:
# * ADB_COMMAND
Expand Down

0 comments on commit 8661ed4

Please sign in to comment.