summaryrefslogtreecommitdiff
path: root/modules/remote-filesystem/SConstruct
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-08-14 10:19:32 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-08-14 10:19:32 +0200
commit2a442407538628b7b04c63c0643d521739de6b69 (patch)
tree5fa20a4786b868e81ad26d9ccd16ec62ba159d5a /modules/remote-filesystem/SConstruct
parentfad5d37382552af7328dd67d038c1eaf44cf0aee (diff)
Adding a macro for simpler test writing and wip on fs
Diffstat (limited to 'modules/remote-filesystem/SConstruct')
-rw-r--r--modules/remote-filesystem/SConstruct1
1 files changed, 1 insertions, 0 deletions
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);