litex/test/Makefile
2015-01-23 00:46:24 +01:00

13 lines
157 B
Makefile

LSDIR = ../
PYTHON = python3
CMD = PYTHONPATH=$(LSDIR) $(PYTHON)
test_regs:
$(CMD) test_regs.py
test_io:
$(CMD) test_io.py
test_la:
$(CMD) test_la.py