aboutsummaryrefslogtreecommitdiff
path: root/lib/googletest/tests/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/googletest/tests/Makefile.inc')
-rw-r--r--lib/googletest/tests/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/googletest/tests/Makefile.inc b/lib/googletest/tests/Makefile.inc
index 9691aaa93ded..8d19e1fafdea 100644
--- a/lib/googletest/tests/Makefile.inc
+++ b/lib/googletest/tests/Makefile.inc
@@ -3,6 +3,8 @@
# rather than installing all of them to /usr/tests/lib/googletest
TESTSDIR= ${TESTSBASE}/lib/googletest/${.CURDIR:T}
+PACKAGE= tests
+
# Clang's optimizer spends a really long time on these tests at -O2. Changing
# -O2 to -O1 reduces the -j32 time for lib/googletest/test from 131s to 71s.
# Using -O0 further reduces the time to 29s, and also reduces the disk usage