Discussion:
[gem5-dev] Change in gem5/gem5[master]: systemc: Add DEPS files for some tests with non-source file dependenc...
Gabe Black (Gerrit)
2018-11-22 02:00:35 UTC
Permalink
Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/14517


Change subject: systemc: Add DEPS files for some tests with non-source file
dependencies.
......................................................................

systemc: Add DEPS files for some tests with non-source file dependencies.

This ensures that those files will be available when running the test
relative to its build directory.

Change-Id: If775ca328b3e1165baa968e4b39c36db0172837c
---
A src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/DEPS
A src/systemc/tests/systemc/misc/sim_tests/simple_cpu/DEPS
A src/systemc/tests/systemc/misc/synth/add_chain/DEPS
A src/systemc/tests/systemc/misc/synth/add_chain_FUNC/DEPS
A
src/systemc/tests/systemc/misc/unit/methodology/file_io/input_char_sc_signed/DEPS
A
src/systemc/tests/systemc/misc/unit/methodology/file_io/input_sc_signed/DEPS
A src/systemc/tests/systemc/misc/user_guide/chpt3.1/DEPS
A src/systemc/tests/systemc/misc/user_guide/chpt3.2/DEPS
8 files changed, 9 insertions(+), 0 deletions(-)



diff --git
a/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/DEPS
b/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/DEPS
new file mode 100644
index 0000000..9764107
--- /dev/null
+++ b/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/DEPS
@@ -0,0 +1 @@
+test.hex
diff --git a/src/systemc/tests/systemc/misc/sim_tests/simple_cpu/DEPS
b/src/systemc/tests/systemc/misc/sim_tests/simple_cpu/DEPS
new file mode 100644
index 0000000..fab8f9a
--- /dev/null
+++ b/src/systemc/tests/systemc/misc/sim_tests/simple_cpu/DEPS
@@ -0,0 +1,2 @@
+datamem
+progmem
diff --git a/src/systemc/tests/systemc/misc/synth/add_chain/DEPS
b/src/systemc/tests/systemc/misc/synth/add_chain/DEPS
new file mode 100644
index 0000000..52116cc
--- /dev/null
+++ b/src/systemc/tests/systemc/misc/synth/add_chain/DEPS
@@ -0,0 +1 @@
+add_chain.dat
diff --git a/src/systemc/tests/systemc/misc/synth/add_chain_FUNC/DEPS
b/src/systemc/tests/systemc/misc/synth/add_chain_FUNC/DEPS
new file mode 100644
index 0000000..52116cc
--- /dev/null
+++ b/src/systemc/tests/systemc/misc/synth/add_chain_FUNC/DEPS
@@ -0,0 +1 @@
+add_chain.dat
diff --git
a/src/systemc/tests/systemc/misc/unit/methodology/file_io/input_char_sc_signed/DEPS
b/src/systemc/tests/systemc/misc/unit/methodology/file_io/input_char_sc_signed/DEPS
new file mode 100644
index 0000000..8440ea3
--- /dev/null
+++
b/src/systemc/tests/systemc/misc/unit/methodology/file_io/input_char_sc_signed/DEPS
@@ -0,0 +1 @@
+input.decimal
diff --git
a/src/systemc/tests/systemc/misc/unit/methodology/file_io/input_sc_signed/DEPS
b/src/systemc/tests/systemc/misc/unit/methodology/file_io/input_sc_signed/DEPS
new file mode 100644
index 0000000..55edc50
--- /dev/null
+++
b/src/systemc/tests/systemc/misc/unit/methodology/file_io/input_sc_signed/DEPS
@@ -0,0 +1 @@
+input.char
diff --git a/src/systemc/tests/systemc/misc/user_guide/chpt3.1/DEPS
b/src/systemc/tests/systemc/misc/user_guide/chpt3.1/DEPS
new file mode 100644
index 0000000..b2971de
--- /dev/null
+++ b/src/systemc/tests/systemc/misc/user_guide/chpt3.1/DEPS
@@ -0,0 +1 @@
+testcase
diff --git a/src/systemc/tests/systemc/misc/user_guide/chpt3.2/DEPS
b/src/systemc/tests/systemc/misc/user_guide/chpt3.2/DEPS
new file mode 100644
index 0000000..b2971de
--- /dev/null
+++ b/src/systemc/tests/systemc/misc/user_guide/chpt3.2/DEPS
@@ -0,0 +1 @@
+testcase
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/14517
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: If775ca328b3e1165baa968e4b39c36db0172837c
Gerrit-Change-Number: 14517
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <***@google.com>
Gerrit-MessageType: newchange
Gabe Black (Gerrit)
2018-11-29 01:21:26 UTC
Permalink
Gabe Black has submitted this change and it was merged. (
https://gem5-review.googlesource.com/c/public/gem5/+/14517 )

Change subject: systemc: Add DEPS files for some tests with non-source file
dependencies.
......................................................................

systemc: Add DEPS files for some tests with non-source file dependencies.

This ensures that those files will be available when running the test
relative to its build directory.

Change-Id: If775ca328b3e1165baa968e4b39c36db0172837c
Reviewed-on: https://gem5-review.googlesource.com/c/14517
Reviewed-by: Gabe Black <***@google.com>
Maintainer: Gabe Black <***@google.com>
---
A src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/DEPS
A src/systemc/tests/systemc/misc/sim_tests/simple_cpu/DEPS
A src/systemc/tests/systemc/misc/synth/add_chain/DEPS
A src/systemc/tests/systemc/misc/synth/add_chain_FUNC/DEPS
A
src/systemc/tests/systemc/misc/unit/methodology/file_io/input_char_sc_signed/DEPS
A
src/systemc/tests/systemc/misc/unit/methodology/file_io/input_sc_signed/DEPS
A src/systemc/tests/systemc/misc/user_guide/chpt3.1/DEPS
A src/systemc/tests/systemc/misc/user_guide/chpt3.2/DEPS
8 files changed, 9 insertions(+), 0 deletions(-)

Approvals:
Gabe Black: Looks good to me, approved; Looks good to me, approved



diff --git
a/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/DEPS
b/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/DEPS
new file mode 100644
index 0000000..9764107
--- /dev/null
+++ b/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/DEPS
@@ -0,0 +1 @@
+test.hex
diff --git a/src/systemc/tests/systemc/misc/sim_tests/simple_cpu/DEPS
b/src/systemc/tests/systemc/misc/sim_tests/simple_cpu/DEPS
new file mode 100644
index 0000000..fab8f9a
--- /dev/null
+++ b/src/systemc/tests/systemc/misc/sim_tests/simple_cpu/DEPS
@@ -0,0 +1,2 @@
+datamem
+progmem
diff --git a/src/systemc/tests/systemc/misc/synth/add_chain/DEPS
b/src/systemc/tests/systemc/misc/synth/add_chain/DEPS
new file mode 100644
index 0000000..52116cc
--- /dev/null
+++ b/src/systemc/tests/systemc/misc/synth/add_chain/DEPS
@@ -0,0 +1 @@
+add_chain.dat
diff --git a/src/systemc/tests/systemc/misc/synth/add_chain_FUNC/DEPS
b/src/systemc/tests/systemc/misc/synth/add_chain_FUNC/DEPS
new file mode 100644
index 0000000..52116cc
--- /dev/null
+++ b/src/systemc/tests/systemc/misc/synth/add_chain_FUNC/DEPS
@@ -0,0 +1 @@
+add_chain.dat
diff --git
a/src/systemc/tests/systemc/misc/unit/methodology/file_io/input_char_sc_signed/DEPS
b/src/systemc/tests/systemc/misc/unit/methodology/file_io/input_char_sc_signed/DEPS
new file mode 100644
index 0000000..8440ea3
--- /dev/null
+++
b/src/systemc/tests/systemc/misc/unit/methodology/file_io/input_char_sc_signed/DEPS
@@ -0,0 +1 @@
+input.decimal
diff --git
a/src/systemc/tests/systemc/misc/unit/methodology/file_io/input_sc_signed/DEPS
b/src/systemc/tests/systemc/misc/unit/methodology/file_io/input_sc_signed/DEPS
new file mode 100644
index 0000000..55edc50
--- /dev/null
+++
b/src/systemc/tests/systemc/misc/unit/methodology/file_io/input_sc_signed/DEPS
@@ -0,0 +1 @@
+input.char
diff --git a/src/systemc/tests/systemc/misc/user_guide/chpt3.1/DEPS
b/src/systemc/tests/systemc/misc/user_guide/chpt3.1/DEPS
new file mode 100644
index 0000000..b2971de
--- /dev/null
+++ b/src/systemc/tests/systemc/misc/user_guide/chpt3.1/DEPS
@@ -0,0 +1 @@
+testcase
diff --git a/src/systemc/tests/systemc/misc/user_guide/chpt3.2/DEPS
b/src/systemc/tests/systemc/misc/user_guide/chpt3.2/DEPS
new file mode 100644
index 0000000..b2971de
--- /dev/null
+++ b/src/systemc/tests/systemc/misc/user_guide/chpt3.2/DEPS
@@ -0,0 +1 @@
+testcase
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/14517
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: If775ca328b3e1165baa968e4b39c36db0172837c
Gerrit-Change-Number: 14517
Gerrit-PatchSet: 2
Gerrit-Owner: Gabe Black <***@google.com>
Gerrit-Reviewer: Andreas Sandberg <***@arm.com>
Gerrit-Reviewer: Gabe Black <***@google.com>
Gerrit-Reviewer: Giacomo Travaglini <***@arm.com>
Gerrit-Reviewer: Jason Lowe-Power <***@lowepower.com>
Gerrit-Reviewer: Matthias Jung <***@eit.uni-kl.de>
Gerrit-MessageType: merged
Loading...