From 2a442407538628b7b04c63c0643d521739de6b69 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Wed, 14 Aug 2024 10:19:32 +0200 Subject: Adding a macro for simpler test writing and wip on fs --- modules/remote-filesystem/SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/remote-filesystem/SConstruct') diff --git a/modules/remote-filesystem/SConstruct b/modules/remote-filesystem/SConstruct index 5e94c0b..de3fadf 100644 --- a/modules/remote-filesystem/SConstruct +++ b/modules/remote-filesystem/SConstruct @@ -74,6 +74,7 @@ env.targets = []; Export('env') SConscript('c++/SConscript') +SConscript('tests/SConscript') SConscript('examples/SConscript') env.Alias('cdb', env.cdb); -- cgit v1.2.3