litescope/example_designs/test/Makefile
2015-09-27 18:16:10 +02:00

13 lines
184 B
Makefile

COREDIR = ../../
PYTHON = python3
SERIAL ?= 2
CMD = PYTHONPATH=$(COREDIR) $(PYTHON) make.py --port $(SERIAL)
test_io:
$(CMD) test_io
test_la:
$(CMD) test_la
all: test_io test_la