summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2016-10-28 10:03:41 +1100
committerMartin Thomson <martin.thomson@gmail.com>2016-10-28 10:03:41 +1100
commitc22a9326b60cc34aafcaf9fcc222204f21604abe (patch)
tree74b58ba0b7a3ca3502886e0d16143402701fc869 /Makefile
parent9d9fb3b05f1f9a8b1cb1f388dcc2a6e8dba0750f (diff)
downloadnss-hg-c22a9326b60cc34aafcaf9fcc222204f21604abe.tar.gz
Bug 1310612 - move gtests to a directory of that name, r=franziskus
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
#######################################################################