aboutsummaryrefslogtreecommitdiff
path: root/tests/slave_dispatcher/Makefile
blob: 72e68ca702903784c5fb03a1d73c492eb72917f9 (plain)
1
2
3
4
5
6
7
DEPENDS = operations.mem slave.v master.v slave_dispatcher.v messages.vh

IVFLAGS = -DMASTER_OPERATIONS_COUNT=$(call FILE_LINES,operations.mem)

TOP = slave_dispatcher_test

include ../../Makefile.test