-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure.py: Support --gtest-source-dir to build tests.
Allow the Ninja build plan generated by configure.py to build `ninja_test` by compiling GoogleTest from source if the path to the library if passed through the new option `--gtest-source-dir` or the GTEST_SOURCE_DIR environment variable. For simplicity, probing for an installed version of the library, and linking to it, is not supported (use the CMake build for this). This also removes the obsolete `--gtest-dir` option. + Update README.md Fixes #2447
- Loading branch information
1 parent
c470bf7
commit afcd4a1
Showing
2 changed files
with
95 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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