2012-05-21 15:12:37 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2007-07-21 11:18:21 +04:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
2008-07-12 12:45:22 +04:00
|
|
|
|
2009-03-21 18:20:00 +03:00
|
|
|
# need the executable for running the xpcshell unit tests
|
2011-04-14 13:23:13 +04:00
|
|
|
ifneq (,$(SIMPLE_PROGRAMS))
|
2009-03-21 18:20:00 +03:00
|
|
|
libs::
|
2010-08-27 01:47:28 +04:00
|
|
|
$(INSTALL) $(SIMPLE_PROGRAMS) $(DEPTH)/_tests/xpcshell/$(relativesrcdir)/unit
|
2011-04-14 13:23:13 +04:00
|
|
|
endif
|