~ubuntu-branches/ubuntu/oneiric/lightning-extension/oneiric-proposed

« back to all changes in this revision

Viewing changes to mozilla/testing/testsuite-targets.mk

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2011-12-29 12:14:14 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20111229121414-q6pyb0vyeprgpl4e
Tags: 1.1+build1-0ubuntu0.11.10.1
* New upstream stable release (CALENDAR_1_1_BUILD1) (LP: #909599)

* Refresh debian/patches/02_fix_system_libxul_build.patch
* Add debian/patches/03_maxversion_override.patch to ensure compatibility
  with Thunderbird 9 point releases
* Add the new python IDL parser to the tarball
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
          $(TEST_PATH_ARG) $(EXTRA_TEST_ARGS) \
202
202
          $(LIBXUL_DIST)/bin/xpcshell
203
203
 
 
204
REMOTE_XPCSHELL = \
 
205
        rm -f ./$@.log && \
 
206
        $(PYTHON) -u $(topsrcdir)/config/pythonpath.py \
 
207
          -I$(topsrcdir)/build \
 
208
          -I$(topsrcdir)/build/mobile \
 
209
          $(topsrcdir)/testing/xpcshell/remotexpcshelltests.py \
 
210
          --manifest=$(DEPTH)/_tests/xpcshell/xpcshell.ini \
 
211
          --build-info-json=$(DEPTH)/mozinfo.json \
 
212
          --no-logfiles \
 
213
          --dm_trans=$(DM_TRANS) \
 
214
          --deviceIP=${TEST_DEVICE} \
 
215
          --objdir=$(DEPTH) \
 
216
          $(SYMBOLS_PATH) \
 
217
          $(TEST_PATH_ARG) $(EXTRA_TEST_ARGS)
 
218
 
 
219
xpcshell-tests-remote: DM_TRANS?=adb
 
220
xpcshell-tests-remote:
 
221
        @if [ "${TEST_DEVICE}" != "" -o "$(DM_TRANS)" = "adb" ]; \
 
222
          then $(call REMOTE_XPCSHELL); $(CHECK_TEST_ERROR); \
 
223
        else \
 
224
          echo "please prepare your host with environment variables for TEST_DEVICE"; \
 
225
        fi
 
226
 
204
227
# install and run the mozmill tests
205
228
$(DEPTH)/_tests/mozmill:
206
229
        $(MAKE) -C $(DEPTH)/testing/mozmill install-develop PKG_STAGE=../../_tests