michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: test_dirs := \ michael@0: mach/mach/test \ michael@0: mozbuild/mozbuild/test \ michael@0: mozbuild/mozbuild/test/action \ michael@0: mozbuild/mozbuild/test/backend \ michael@0: mozbuild/mozbuild/test/controller \ michael@0: mozbuild/mozbuild/test/compilation \ michael@0: mozbuild/mozbuild/test/frontend \ michael@0: mozbuild/mozpack/test \ michael@0: mozbuild/dumbmake/test \ michael@0: $(NULL) michael@0: michael@0: PYTHON_UNIT_TESTS := $(foreach dir,$(test_dirs),$(wildcard $(srcdir)/$(dir)/*.py))