Bug 1942639 - Propagate --filter argument from desktop_unittest.py to runreftest...
[gecko.git] / dom / bindings / test / Makefile.in
blobe338cc30d032070c0d64da39dcb940a8703068ab
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 file,
3 # You can obtain one at http://mozilla.org/MPL/2.0/.
5 ifdef COMPILE_ENVIRONMENT
7 include ../webidlsrcs.mk
9 # $(test_sources) comes from webidlsrcs.mk.
10 # TODO Update this variable in backend.mk.
11 CPPSRCS += $(addprefix ../,$(test_sources))
13 # Include rules.mk before any of our targets so our first target is coming from
14 # rules.mk and running make with no target in this dir does the right thing.
15 include $(topsrcdir)/config/rules.mk
17 endif