aboutsummaryrefslogtreecommitdiff
path: root/tests/self_32bit_word/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/self_32bit_word/Makefile')
-rw-r--r--tests/self_32bit_word/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/self_32bit_word/Makefile b/tests/self_32bit_word/Makefile
new file mode 100644
index 0000000..71c5f3e
--- /dev/null
+++ b/tests/self_32bit_word/Makefile
@@ -0,0 +1,7 @@
+DEPENDS = operations.mem slave.v master.v messages.vh
+
+IVFLAGS = -DMASTER_OPERATIONS_COUNT=$(call FILE_LINES,operations.mem)
+
+TOP = self_32bit_test
+
+include ../../Makefile.test