/security/manager/ssl/tests/mochitest/mixedcontent/Makefile.in

http://github.com/zpao/v8monkey · Autoconf · 109 lines · 64 code · 6 blank · 39 comment · 0 complexity · 129988fcf14077fc71a2eabee6949db8 MD5 · raw file

  1. #
  2. # ***** BEGIN LICENSE BLOCK *****
  3. # Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4. #
  5. # The contents of this file are subject to the Mozilla Public License Version
  6. # 1.1 (the "License"); you may not use this file except in compliance with
  7. # the License. You may obtain a copy of the License at
  8. # http://www.mozilla.org/MPL/
  9. #
  10. # Software distributed under the License is distributed on an "AS IS" basis,
  11. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12. # for the specific language governing rights and limitations under the
  13. # License.
  14. #
  15. # The Original Code is mozilla.org code.
  16. #
  17. # The Initial Developer of the Original Code is
  18. # Mozilla Foundation.
  19. # Portions created by the Initial Developer are Copyright (C) 2007
  20. # the Initial Developer. All Rights Reserved.
  21. #
  22. # Contributor(s):
  23. # Jan Bambas <honzab@firemni.cz>
  24. #
  25. # Alternatively, the contents of this file may be used under the terms of
  26. # either of the GNU General Public License Version 2 or later (the "GPL"),
  27. # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  28. # in which case the provisions of the GPL or the LGPL are applicable instead
  29. # of those above. If you wish to allow use of your version of this file only
  30. # under the terms of either the GPL or the LGPL, and not to allow others to
  31. # use your version of this file under the terms of the MPL, indicate your
  32. # decision by deleting the provisions above and replace them with the notice
  33. # and other provisions required by the GPL or the LGPL. If you do not delete
  34. # the provisions above, a recipient may use your version of this file under
  35. # the terms of any one of the MPL, the GPL or the LGPL.
  36. #
  37. # ***** END LICENSE BLOCK *****
  38. DEPTH = ../../../../../..
  39. topsrcdir = @top_srcdir@
  40. srcdir = @srcdir@
  41. VPATH = @srcdir@
  42. relativesrcdir = security/ssl/mixedcontent
  43. include $(DEPTH)/config/autoconf.mk
  44. include $(topsrcdir)/config/rules.mk
  45. _TEST_FILES = \
  46. alloworigin.sjs \
  47. backward.html \
  48. bug329869.js \
  49. bug383369step2.html \
  50. bug383369step3.html \
  51. download.auto \
  52. download.auto^headers^ \
  53. emptyimage.sjs \
  54. hugebmp.sjs \
  55. iframe.html \
  56. iframe2.html \
  57. iframeMetaRedirect.html \
  58. iframesecredirect.sjs \
  59. iframeunsecredirect.sjs \
  60. imgsecredirect.sjs \
  61. imgunsecredirect.sjs \
  62. mixedContentTest.js \
  63. moonsurface.jpg \
  64. nocontent.sjs \
  65. redirecttoemptyimage.sjs \
  66. somestyle.css \
  67. test_bug329869.html \
  68. test_bug383369.html \
  69. test_bug455367.html \
  70. test_bug472986.html \
  71. test_bug477118.html \
  72. test_bug521461.html \
  73. test_cssBefore1.html \
  74. test_cssContent1.html \
  75. test_cssContent2.html \
  76. test_documentWrite1.html \
  77. test_documentWrite2.html \
  78. test_dynDelayedUnsecurePicture.html \
  79. test_dynDelayedUnsecureXHR.html \
  80. test_dynUnsecureBackground.html \
  81. test_dynUnsecureIframeRedirect.html \
  82. test_dynUnsecurePicture.html \
  83. test_dynUnsecurePicturePreload.html \
  84. test_innerHtmlDelayedUnsecurePicture.html \
  85. test_innerHtmlUnsecurePicture.html \
  86. test_secureAll.html \
  87. test_securePicture.html \
  88. test_unsecureBackground.html \
  89. test_unsecureCSS.html \
  90. test_unsecureIframe.html \
  91. test_unsecureIframe2.html \
  92. test_unsecureIframeRedirect.html \
  93. test_unsecurePicture.html \
  94. test_unsecurePictureDup.html \
  95. test_unsecurePictureInIframe.html \
  96. test_unsecureRedirect.html \
  97. unsecureIframe.html \
  98. unsecurePictureDup.html \
  99. $(NULL)
  100. # test_dynUnsecureRedirect.html \ intermitently fails, quit often, bug 487402
  101. # test_unsecureIframeMetaRedirect.html \ also intermittently fails, less often, bug 487632
  102. libs:: $(_TEST_FILES)
  103. $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)