aboutsummaryrefslogtreecommitdiff
path: root/tests/spi_slave/Makefile
blob: 8a8d3e87207fbb7f677c923d7773442973ac6b7c (about) (plain)
1
2
3
4
5
6
7
8
9
DEPENDS = operations.mem master.v spi_slave.v flash_memory.v messages.vh rom.mem

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

TOP = spi_test

include ../../Makefile.test
7b9e473c356227b32c19e4510b4be'>support --help and --version options when running the sample wsgi script from...Wojtek Kosior 2022-04-25use pyproject.toml for pytest configuration and move all tests to tests/ dire......Wojtek Kosior