summaryrefslogtreecommitdiff
path: root/modules/async/SConstruct
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-03-15 11:39:31 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-03-15 11:39:31 +0100
commit68a6e9658047aa04f16870dbc48ba79a2963a650 (patch)
treece8c206d0e2da384362a8dd805881d5bfb250663 /modules/async/SConstruct
parente69e7b542f9a0aa3101cc5a13e2be30975e6a301 (diff)
async: Introducing minor tests for immediate conveyors
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]);