From 68a6e9658047aa04f16870dbc48ba79a2963a650 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 15 Mar 2024 11:39:31 +0100 Subject: async: Introducing minor tests for immediate conveyors --- modules/async/SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/async/SConstruct') 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]); -- cgit v1.2.3