From c22a9326b60cc34aafcaf9fcc222204f21604abe Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Fri, 28 Oct 2016 10:03:41 +1100 Subject: Bug 1310612 - move gtests to a directory of that name, r=franziskus --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 270747e06..69b66368e 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ include $(CORE_DEPTH)/coreconf/config.mk ####################################################################### ifdef NSS_DISABLE_GTESTS -DIRS := $(filter-out external_tests,$(DIRS)) +DIRS := $(filter-out gtests,$(DIRS)) endif ####################################################################### -- cgit v1.2.1