mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 03:54:17 +01:00
15 lines
197 B
Makefile
15 lines
197 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR+= gtest
|
|
SUBDIR+= .WAIT
|
|
SUBDIR+= gmock
|
|
SUBDIR+= .WAIT
|
|
SUBDIR+= gmock_main
|
|
SUBDIR+= gtest_main
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.subdir.mk>
|