freebsd-dev/lib/googletest/gtest
Kyle Evans b4af4f93c6 gtest: link against libregex for GNU extensions
gtest tests want to use \w ([[:alnum:]]) at the very least, which was
causing them to fail after r363679.

Start linking against libregex so that this shorthand is implemented.

PR:		248452
2020-08-04 02:18:24 +00:00
..
tests Reword the comment above NO_WERROR 2019-02-21 06:51:35 +00:00
Makefile gtest: link against libregex for GNU extensions 2020-08-04 02:18:24 +00:00
Makefile.inc