diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-11 09:35:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:15:28 -0500 |
commit | ea197d7758ada6cf61ff161ac13a27a937894aec (patch) | |
tree | bced84f0a0dcc745a34be1464713b5934c70896a /source4/script/tests/test_local.sh | |
parent | 0d235919fbb1430d52913df11da1f011a65ff319 (diff) | |
download | samba-ea197d7758ada6cf61ff161ac13a27a937894aec.tar.gz samba-ea197d7758ada6cf61ff161ac13a27a937894aec.tar.bz2 samba-ea197d7758ada6cf61ff161ac13a27a937894aec.zip |
r17489: run the crypto tests with test
metze
(This used to be commit b9920f8ac5caee5acdecd1cf1f6410fd95b4c26e)
Diffstat (limited to 'source4/script/tests/test_local.sh')
-rwxr-xr-x | source4/script/tests/test_local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_local.sh b/source4/script/tests/test_local.sh index d7081b6386..56d365e520 100755 --- a/source4/script/tests/test_local.sh +++ b/source4/script/tests/test_local.sh @@ -3,7 +3,7 @@ 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_tests="$local_tests LOCAL-EVENT LOCAL-CRYPTO-SHA1 LOCAL-CRYPTO-HMACSHA1" if [ $# -lt 0 ]; then cat <<EOF |