summaryrefslogtreecommitdiffstats
path: root/core/host_test_internal.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove logic for libstdc++ gtest libs.Dan Albert2014-11-091-13/+0
| | | | | | The libstdc++ linked gtest libraries are no longer necessary. Change-Id: Ia98263bc2541b6c8fd0b3e22bb6fec85104a2210
* Make libc++ the default STL.Dan Albert2014-11-071-3/+3
| | | | | | | | | Previously, code defaulted to using libstdc++ (which was GNU libstdc++ on the host, or Bionic's "libstdc++" on the target). Now we default to libc++. The exception for this is when using mingw, because we cannot build libc++ for mingw. Change-Id: I68726fa26cdcb6263f17c838d3e859debd57fae1
* am 318217a8: Enable building of gtest for WindowsAdam Lesinski2014-10-211-2/+8
|\ | | | | | | | | * commit '318217a84a05880f5e10ba2086f87eb0320772c7': Enable building of gtest for Windows
| * Enable building of gtest for WindowsAdam Lesinski2014-10-201-2/+8
| | | | | | | | | | | | | | | | Windows does not have pthread support, and by defining the GTEST_OS_WINDOWS flag, pthread support will not be built into the windows version of gtest. Change-Id: I0571fc52e77bb04175470d5750a7e2f46cdd5e86
* | Fix detection of C++ STL for tests.Dan Albert2014-09-261-1/+8
|/ | | | | | | Target tests weren't approrpiately using the libc++ gtest for libc++_static, and the hosts tests were still using the old check. Change-Id: I13813d5f09673b144b2dfead93eb81cb4bae0e34
* Use libc++ versions of gtest libs when neededDan Albert2014-05-161-1/+1
| | | | Change-Id: Id8752ea946cbaa747dfa4fccf38d680dfeee5b45
* Use libc++ versions of gtest libs when neededDan Albert2014-05-161-0/+4
| | | | Change-Id: I19aa58a83a9da680d441af5f3956a2fbdf18c4e4
* Add library test makefile solutions.Christopher Ferris2014-02-051-0/+11
Change-Id: Ibc8df9b0e2342683158936bf011425780df8f02a