You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
enable_testing()
|
|
include(AndroidTestUtilities)
|
|
|
|
find_program(adb_executable adb)
|
|
|
|
set(test_files "data/a.txt")
|
|
|
|
set(ANDROID 1)
|
|
|
|
android_add_test_data(setup_test
|
|
FILES ${test_files}
|
|
DEVICE_TEST_DIR "/data/local/tests/example1"
|
|
DEVICE_OBJECT_STORE "/sdcard/.ExternalData/SHA")
|