From 5c8c822546039e7422a0dcb0841adbcbc9fb4d60 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Mon, 23 Sep 2024 18:41:23 +0200 Subject: Minor work on orientation and IDs --- SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index c07c9b4..26151d4 100644 --- a/SConstruct +++ b/SConstruct @@ -59,6 +59,7 @@ env.targets = []; Export('env') SConscript('c++/SConscript') +SConscript('tests/SConscript') # Aliasing env.Alias('cdb', env.cdb); -- cgit v1.2.3