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

« back to all changes in this revision

Viewing changes to config/rules.mk

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-04-20 13:46:11 UTC
  • mfrom: (1.2.1)
  • mto: (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20120420134611-i0dkosnbmihrd0lr
Tags: upstream-1.4+build1
ImportĀ upstreamĀ versionĀ 1.4+build1

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
          --symbols-path=$(DIST)/crashreporter-symbols \
155
155
          --build-info-json=$(MOZDEPTH)/mozinfo.json \
156
156
          $(EXTRA_TEST_ARGS) \
157
 
          $(DIST)/bin/xpcshell \
 
157
          $(LIBXUL_DIST)/bin/xpcshell \
158
158
          $(foreach dir,$(XPCSHELL_TESTS),$(testxpcobjdir)/$(relativesrcdir)/$(dir))
159
159
 
160
160
# Execute a single test, specified in $(SOLO_FILE), but don't automatically
169
169
          --test-path=$(SOLO_FILE) \
170
170
          --profile-name=$(MOZ_APP_NAME) \
171
171
          --interactive \
172
 
          $(DIST)/bin/xpcshell \
 
172
          $(LIBXUL_DIST)/bin/xpcshell \
173
173
          $(foreach dir,$(XPCSHELL_TESTS),$(testxpcobjdir)/$(relativesrcdir)/$(dir))
174
174
 
175
175
# Execute a single test, specified in $(SOLO_FILE)
183
183
          --profile-name=$(MOZ_APP_NAME) \
184
184
          --verbose \
185
185
          $(EXTRA_TEST_ARGS) \
186
 
          $(DIST)/bin/xpcshell \
 
186
          $(LIBXUL_DIST)/bin/xpcshell \
187
187
          $(foreach dir,$(XPCSHELL_TESTS),$(testxpcobjdir)/$(relativesrcdir)/$(dir))
188
188
 
189
189
endif # XPCSHELL_TESTS