Bug 867203 - Part 2: Remove useless mPannerNode member in AudioBufferSourceNode....
[gecko.git] / python / Makefile.in
blobbce07dc5bed23280a8d8a7bce53bb4d579877cf7
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/controller \
16 mozbuild/mozbuild/test/compilation \
17 mozbuild/mozbuild/test/frontend \
18 mozbuild/mozpack/test \
19 mozbuild/dumbmake/test \
20 $(NULL)
22 PYTHON_UNIT_TESTS := $(foreach dir,$(test_dirs),$(wildcard $(srcdir)/$(dir)/*.py))
24 include $(topsrcdir)/config/rules.mk