summaryrefslogtreecommitdiff
path: root/source4/script/tests
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-08-11 13:16:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:15:29 -0500
commitd120eb8128f008576553dc9891935e17968cc98b (patch)
treeb5b7f91aaebbf568edadf88875bec58f037ed25d /source4/script/tests
parentb165e48b3e6023a21dc39acd883d56b274cd5d5f (diff)
downloadsamba-d120eb8128f008576553dc9891935e17968cc98b.tar.gz
samba-d120eb8128f008576553dc9891935e17968cc98b.tar.bz2
samba-d120eb8128f008576553dc9891935e17968cc98b.zip
r17495: run LOCAL-CRYPTO-MD4 and LOCAL-CRYPTO-MD5 with make test
metze (This used to be commit 0b552dadaa60cae8988cb17da95c71b3d1443f17)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-xsource4/script/tests/test_local.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/script/tests/test_local.sh b/source4/script/tests/test_local.sh
index 56d365e520..e2035211c9 100755
--- a/source4/script/tests/test_local.sh
+++ b/source4/script/tests/test_local.sh
@@ -3,7 +3,8 @@
local_tests="LOCAL-NTLMSSP LOCAL-TALLOC LOCAL-MESSAGING LOCAL-IRPC"
local_tests="$local_tests LOCAL-BINDING LOCAL-IDTREE LOCAL-SOCKET"
local_tests="$local_tests LOCAL-PAC LOCAL-STRLIST LOCAL-SDDL LOCAL-NDR"
-local_tests="$local_tests LOCAL-EVENT LOCAL-CRYPTO-SHA1 LOCAL-CRYPTO-HMACSHA1"
+local_tests="$local_tests LOCAL-EVENT LOCAL-CRYPTO-MD4 LOCAL-CRYPTO-MD5"
+local_tests="$local_tests LOCAL-CRYPTO-SHA1 LOCAL-CRYPTO-HMACSHA1"
if [ $# -lt 0 ]; then
cat <<EOF