commit | e7e9b02408c4ffd62a05e1bd963a5c92487a51ea | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Tue Apr 21 15:05:22 2015 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Tue Apr 21 15:05:22 2015 -0700 |
tree | dae8437bfc1edce430f2798cb6c80f6ad0f35432 | |
parent | 0a9e12617f007a24efe5cb70dbebf53f45abbd3e [diff] |
Subzero: Improve "make check-unit" execution. If you switch between "cmake" and "autoconf" toolchain builds, and neglect to clean out pnacl_newlib_raw/ in between, the wrong libgtest and libgtest_main may get pulled in for the autoconf build, leading to an assertion failure in "make check-unit". This tweak fixes that problem by rejiggering the lib search path. BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/1099093005