diff options
author | Gabe Black <gabeblack@google.com> | 2018-12-12 00:17:00 -0800 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2019-01-09 01:53:36 +0000 |
commit | 9886bab6de257f1036983f3c226cc088e5146124 (patch) | |
tree | 9a5ba053ff033233a060edc36d33deb9167aeed9 /src/systemc/tests | |
parent | 7a58945b6603dbe4f891fffea17754cbd9654eef (diff) | |
download | gem5-9886bab6de257f1036983f3c226cc088e5146124.tar.xz |
systemc: Make input.txt a dependency for the tlm/endian_conv test.
This input file is consumed by the test and needs to be in the build
directory.
Change-Id: I3420dec9e41a1981c7d4e6df47f03273e378ab66
Reviewed-on: https://gem5-review.googlesource.com/c/15064
Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com>
Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>
Diffstat (limited to 'src/systemc/tests')
-rw-r--r-- | src/systemc/tests/tlm/endian_conv/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemc/tests/tlm/endian_conv/DEPS b/src/systemc/tests/tlm/endian_conv/DEPS new file mode 100644 index 000000000..06c798bc3 --- /dev/null +++ b/src/systemc/tests/tlm/endian_conv/DEPS @@ -0,0 +1 @@ +input.txt |