summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-12-08 01:59:34 -0800
committerGabe Black <gabeblack@google.com>2019-01-09 01:32:08 +0000
commit584a1f6723f8cc20319b6b594d70b19056fb7679 (patch)
treeee01d5d9eb7a986f1fad38192ffa0121bab6698f
parent7364acfc758a30f81aa75844f6b96b1e4e19990a (diff)
downloadgem5-584a1f6723f8cc20319b6b594d70b19056fb7679.tar.xz
systemc: Also look for tests in the tlm test directory.
Both basic systemc and tlm tests were present, but scons only looked in the systemc directory when populating the test json. This change makes it also look in the tlm directory so that those tests can be run. Change-Id: Id65b744664350f6105fb3a4f28cbc7ab91d8c82e Reviewed-on: https://gem5-review.googlesource.com/c/15056 Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com> Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>
-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):