Backed out 6 changesets (bug 854169) to investigate OSX Mn bustage on a CLOSED TREE.
[gecko.git] / python / Makefile.in
blob8ab358cddd5a63e96343b3b7989494fab1d1322a
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 test_dirs := \
6 mozbuild/mozbuild/test \
7 mozbuild/mozbuild/test/action \
8 mozbuild/mozbuild/test/backend \
9 mozbuild/mozbuild/test/controller \
10 mozbuild/mozbuild/test/compilation \
11 mozbuild/mozbuild/test/frontend \
12 mozbuild/mozpack/test \
13 mozbuild/dumbmake/test \
14 $(NULL)
16 PYTHON_UNIT_TESTS := $(foreach dir,$(test_dirs),$(wildcard $(srcdir)/$(dir)/*.py))