Created
November 15, 2015 14:37
-
-
Save rchatsiri/70e836bbe144f58e9ae5 to your computer and use it in GitHub Desktop.
First gtest run on ARM-EABI-v7a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| chatsiri@chatsiri-ThinkPad-T420s:~/sda1/workspaceandroid/pnlive/src/msg/build$ adb push runWrapperaConnectionTest /data/local/tmp/ | |
| 3663 KB/s (4924984 bytes in 1.312s) | |
| chatsiri@chatsiri-ThinkPad-T420s:~/sda1/workspaceandroid/pnlive/src/msg/build$ adb push libmsg.a /data/local/tmp/ | |
| 476 KB/s (126386 bytes in 0.259s) | |
| chatsiri@chatsiri-ThinkPad-T420s:~/sda1/workspaceandroid/pnlive/src/msg/build$ adb shell | |
| shell@mako:/ $ cd /data/local/tmp/ | |
| shell@mako:/data/local/tmp $ ls | |
| Android2.apk | |
| libmsg.a | |
| runWrapperaConnectionTest | |
| test | |
| /runWrapperaConnectionTest < | |
| WARNING: linker: ./runWrapperaConnectionTest: unused DT entry: type 0x1d arg 0xc7f0 | |
| [==========] Running 1 test from 1 test case. | |
| [----------] Global test environment set-up. | |
| [----------] 1 test from WrapperConnectionTest | |
| [ RUN ] WrapperConnectionTest.MessagePack | |
| Frist time to run gtest on Android | |
| [ OK ] WrapperConnectionTest.MessagePack (0 ms) | |
| [----------] 1 test from WrapperConnectionTest (0 ms total) | |
| [----------] Global test environment tear-down | |
| [==========] 1 test from 1 test case ran. (3 ms total) | |
| [ PASSED ] 1 test. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment