summaryrefslogtreecommitdiffstats
path: root/tester/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'tester/wscript')
-rw-r--r--tester/wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/tester/wscript b/tester/wscript
index 2f6857f..5bcc37f 100644
--- a/tester/wscript
+++ b/tester/wscript
@@ -34,6 +34,9 @@ def recurse(ctx):
for sd in subdirs:
ctx.recurse(sd)
+def init(ctx):
+ pass
+
def options(opt):
recurse(opt)
opt.load('python')