summaryrefslogtreecommitdiff
path: root/modules/async/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'modules/async/SConstruct')
-rw-r--r--modules/async/SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/async/SConstruct b/modules/async/SConstruct
index def568e..f71db5a 100644
--- a/modules/async/SConstruct
+++ b/modules/async/SConstruct
@@ -58,6 +58,7 @@ env.targets = [];
Export('env')
SConscript('c++/SConscript')
+SConscript('tests/SConscript')
env.Alias('cdb', env.cdb);
env.Alias('all', [env.targets]);