diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-29 20:35:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:48:59 -0500 |
commit | 19d606ce180d197dd8e7dec2f92427cd7722b0e3 (patch) | |
tree | 33b898aee505c5c8568167da7a1812e43768146b /source4/script/tests | |
parent | 70a15ba4df525838474dce086989582adf6e4de8 (diff) | |
download | samba-19d606ce180d197dd8e7dec2f92427cd7722b0e3.tar.gz samba-19d606ce180d197dd8e7dec2f92427cd7722b0e3.tar.bz2 samba-19d606ce180d197dd8e7dec2f92427cd7722b0e3.zip |
r12584: Move NDR tests from rpc/ to local/, add to list of tests
to run for 'make all'
(This used to be commit e71cd4778b9a872642619452e574f510e2491052)
Diffstat (limited to 'source4/script/tests')
-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 eda7b44ca5..3d577152bc 100755 --- a/source4/script/tests/test_local.sh +++ b/source4/script/tests/test_local.sh @@ -1,6 +1,6 @@ #!/bin/sh -local_tests="LOCAL-NTLMSSP LOCAL-TALLOC LOCAL-MESSAGING LOCAL-IRPC LOCAL-BINDING LOCAL-IDTREE LOCAL-SOCKET LOCAL-PAC LOCAL-STRLIST LOCAL-SDDL" +local_tests="LOCAL-NTLMSSP LOCAL-TALLOC LOCAL-MESSAGING LOCAL-IRPC LOCAL-BINDING LOCAL-IDTREE LOCAL-SOCKET LOCAL-PAC LOCAL-STRLIST LOCAL-SDDL LOCAL-NDR" if [ $# -lt 0 ]; then cat <<EOF |