Bug 850713 - Bump the required NDK version to 9. r=blassey.bugs,mh+mozilla
[gecko.git] / python / Makefile.in
blobdaaf1b277049983b9e7d0633ea0de9f0617e8c27
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 DEPTH := @DEPTH@
6 topsrcdir := @top_srcdir@
7 srcdir := @srcdir@
8 VPATH = @srcdir@
10 include $(DEPTH)/config/autoconf.mk
12 test_dirs := \
13 mozbuild/mozbuild/test \
14 mozbuild/mozbuild/test/backend \
15 mozbuild/mozbuild/test/compilation \
16 mozbuild/mozbuild/test/frontend \
17 mozbuild/mozpack/test \
18 $(NULL)
20 PYTHON_UNIT_TESTS := $(foreach dir,$(test_dirs),$(wildcard $(srcdir)/$(dir)/*.py))
22 include $(topsrcdir)/config/rules.mk