summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-15 06:55:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:50 -0500
commit4719461a07a5494f01b4295e6f9e0479ea8e96a0 (patch)
tree8ef728266f20f0aff2651241cfe598d6b6751535 /source4/torture/torture.c
parent42b70367433dfe835a80fbc5ac50bb6d3babbae3 (diff)
downloadsamba-4719461a07a5494f01b4295e6f9e0479ea8e96a0.tar.gz
samba-4719461a07a5494f01b4295e6f9e0479ea8e96a0.tar.bz2
samba-4719461a07a5494f01b4295e6f9e0479ea8e96a0.zip
r3746: added RAW-STREAMS and RAW-EAS tests to smbtorture
(This used to be commit 5ed3d68d20860bdedcfeb2461af570aedc689674)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 9db2f7f6bc..bc3b5f545f 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -2419,6 +2419,8 @@ static struct {
{"RAW-CONTEXT", torture_raw_context, 0},
{"RAW-RENAME", torture_raw_rename, 0},
{"RAW-SEEK", torture_raw_seek, 0},
+ {"RAW-EAS", torture_raw_eas, 0},
+ {"RAW-STREAMS", torture_raw_streams, 0},
{"RAW-RAP", torture_raw_rap, 0},
/* protocol scanners */