Files
kaie%kuix.de 3cb16903a0 Bug 772144 - Run the NSS test suite on ARM/Android, Patch by rrelyea/kaie, r=kaie/rrelyea
git-svn-id: svn://10.0.0.236/trunk@264631 18797224-902f-48f8-a5cc-f745e15eee43
2013-01-08 16:19:11 +00:00

20 lines
637 B
Bash

#! /bin/bash
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
########################################################################
#
# mozilla/security/nss/tests/dummy/dummy.sh
#
# Minimal test that doesn't do anything
#
# NSS_TESTS="dummy" can be used for quick testing of the
# test script infrastructure, without running any of the tests
#
########################################################################
# html_failed "dummy test fail"
html_passed "dummy test ok"