summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/wscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index d9634f452a..9f7e25d241 100644
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -53,3 +53,8 @@ def build(bld):
deps='replace talloc',
enabled= not bld.CONFIG_SET('USING_SYSTEM_TEVENT'),
vnum=VERSION)
+
+def test(ctx):
+ '''test tevent'''
+ print("The tevent testsuite is part of smbtorture in samba4")
+