- Apr 02, 2018
-
-
John Kessenich authored
-
- May 18, 2017
-
-
John Kessenich authored
Also, provides an option to auto-assign locations. Existing tests use this option, to avoid the error message, however, it is not fully implemented yet.
-
- Jan 25, 2017
-
-
Markus Tavenrath authored
-
- Dec 09, 2016
-
-
John Kessenich authored
-
- Oct 05, 2016
-
-
David Neto authored
The gtest executable accepts a --test-root option to specify a root directory for test files. It defaults to the Test directory in the source tree from which the executable is built. For example, this lets us run test exectuables built with MinGW on Linux on a Windows machine with its own copy of the source tree.
-
- Jul 09, 2016
-
-
John Kessenich authored
Added -C option to request cascading errors. By default, will exit early, to avoid all error-recovery-based crashes. This works by simulating end-of-file in input on first error, so no need for exception handling, or stack unwinding, or any complex error checking/handling to get out of the stack.
-
- May 25, 2016
-
-
Thomas Perl authored
-
- May 19, 2016
-
-
Lei Zhang authored
-