summaryrefslogtreecommitdiffstats
path: root/libion/tests
Commit message (Collapse)AuthorAgeFilesLines
* Don't manually link libgtest_main in libion tests.Dan Albert2014-11-141-1/+0
| | | | | | | | This is actually probably broken right now, since these tests are getting both the libc++ flavor and stlport flavor of libgtest_main. Bug: 15193147 Change-Id: Ic2f8dda98240c12591803f3c3522505314a05609
* Revert "Move some tests to libc++."Dan Albert2014-11-111-0/+1
| | | | | | | | The build system is still linking both libgcc and libcompiler-rt, which is causing duplicate symbol errors on some architectures. This requires a fix in the build system, so reverting for now. This reverts commit e3cccbfd4776644c7cb705d52f51ca948df34f9a.
* Move some tests to libc++.Dan Albert2014-11-111-1/+0
| | | | Bug: 15193147 Change-Id: I93244e4a5d0c751056910ec8005a92401d305716
* libion: initial unit testsColin Cross2013-12-199-0/+1504
Change-Id: I5502b71d0c7c24d7fd59e4880033657f840b341a