From cbc2686373a5fe81b6b28f845edc323d4cae56e5 Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Tue, 8 Sep 2020 17:27:48 +0200 Subject: modernize the build (test) system --- tests/self_32bit_word/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/self_32bit_word/Makefile (limited to 'tests/self_32bit_word/Makefile') 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 -- cgit v1.2.3