diff options
Diffstat (limited to 'modules/remote-filesystem/SConstruct')
-rw-r--r-- | modules/remote-filesystem/SConstruct | 1 |
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); |