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

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

TOP = embedded_bram_test

include ../../Makefile.test
or 2021-12-16facilitate tracking of IndexedDB item store contentsWojtek Kosior 2021-12-15facilitate mocking imported valuesWojtek Kosior 2021-12-14facilitate broadcasting messages to different execution contexts within the w...Wojtek Kosior 2021-12-13facilitate creating and installing WebExtensions during tests...Wojtek Kosior 2021-12-13enable in-line command editing in the Python prompt shown as part of `make te...Wojtek Kosior 2021-12-10improve IndexedDB useWojtek Kosior 2021-12-08facilitate initialization of IndexedDB for use by HaketiloWojtek Kosior 2021-12-04finish implementing more efficient querying of URL patterns...Wojtek Kosior 2021-12-03start implementing more efficient querying of URL patternsWojtek Kosior 2021-12-01improve unit testing approach...Wojtek Kosior 2021-12-01facilitate testing javascript functions...Wojtek Kosior