Bug 485756 - Make Core reftest/crashtest make targets available; (Av1a) Simply forward to Core targets; r=kairo
--- a/Makefile.in
+++ b/Makefile.in
@@ -42,17 +42,18 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
default::
include $(topsrcdir)/$(MOZ_BUILD_APP)/build.mk
include $(topsrcdir)/config/config.mk
-default export libs clean realclean distclean alldep maybe_clobber_profiledbuild check rebase uploadsymbols signnss deliver mochitest mochitest-plain mochitest-chrome mochitest-browser-chrome mochitest-a11y::
+default export libs clean realclean distclean alldep maybe_clobber_profiledbuild rebase uploadsymbols signnss deliver \
+check reftest crashtest mochitest mochitest-plain mochitest-chrome mochitest-browser-chrome mochitest-a11y::
$(MAKE) -C mozilla $@
# http://bugzilla.mozilla.org/show_bug.cgi?id=450485
MAKE_SYM_STORE_PATH=dist/bin
ifeq ($(OS_ARCH),Darwin)
ifdef UNIVERSAL_BINARY
MAKE_SYM_STORE_PATH=dist/universal
endif