Bug 917543 - Add robocop_x86.ini to Makefiles; r=gps

This commit is contained in:
Geoff Brown 2013-09-19 20:06:59 -06:00
parent 12e2823786
commit a754e2ca07
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ robocop_DEST := $(CURDIR)
robocop_FILES := \
$(TESTPATH)/robocop.ini \
$(TESTPATH)/robocop_autophone.ini \
$(TESTPATH)/robocop_x86.ini \
$(NULL)
robocop-deps := $(notdir $(robocop_FILES))

View File

@ -65,6 +65,7 @@ ifeq ($(MOZ_BUILD_APP),mobile/android)
_SERV_FILES += \
$(topsrcdir)/mobile/android/base/tests/robocop.ini \
$(topsrcdir)/mobile/android/base/tests/robocop_autophone.ini \
$(topsrcdir)/mobile/android/base/tests/robocop_x86.ini \
$(NULL)
endif