diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-05-24 14:19:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:08:34 -0500 |
commit | 20389549f14fe6448a1116a04073489d2860c192 (patch) | |
tree | 94a466e861515838d35825bac7808fce0b02be6a /source4/script/tests/test_local.sh | |
parent | b22d15a0f80be0de1bb123f79058ec85d083cd75 (diff) | |
download | samba-20389549f14fe6448a1116a04073489d2860c192.tar.gz samba-20389549f14fe6448a1116a04073489d2860c192.tar.bz2 samba-20389549f14fe6448a1116a04073489d2860c192.zip |
r15862: add a LOCAL-EVENT torture test
- it currently tests the standard events code
- with epoll enabled and disabled
metze
(This used to be commit ce5fd2293d5ce1f6a54048bc5662706943c98eb5)
Diffstat (limited to 'source4/script/tests/test_local.sh')
-rwxr-xr-x | source4/script/tests/test_local.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/script/tests/test_local.sh b/source4/script/tests/test_local.sh index 3d577152bc..d7081b6386 100755 --- a/source4/script/tests/test_local.sh +++ b/source4/script/tests/test_local.sh @@ -1,6 +1,9 @@ #!/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-NDR" +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" if [ $# -lt 0 ]; then cat <<EOF |