litex/test/Makefile

14 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