summaryrefslogtreecommitdiff
path: root/source4/script/tests
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-05-24 14:19:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:34 -0500
commit20389549f14fe6448a1116a04073489d2860c192 (patch)
tree94a466e861515838d35825bac7808fce0b02be6a /source4/script/tests
parentb22d15a0f80be0de1bb123f79058ec85d083cd75 (diff)
downloadsamba-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')
-rwxr-xr-xsource4/script/tests/test_local.sh5
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