summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/systemc/tests/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemc/tests/SConscript b/src/systemc/tests/SConscript
index 745061020..f7894aa34 100644
--- a/src/systemc/tests/SConscript
+++ b/src/systemc/tests/SConscript
@@ -170,6 +170,7 @@ if env['USE_SYSTEMC']:
os.path.walk(str(subdir_src), visitor, None)
scan_dir_for_tests('systemc')
+ scan_dir_for_tests('tlm')
def build_tests_json(target, source, env):