litex/test/Makefile

11 lines
128 B
Makefile
Raw Normal View History

LSDIR = ../
PYTHON = python3
CMD = PYTHONPATH=$(LSDIR) $(PYTHON)
test_regs:
$(CMD) test_regs.py
2015-01-22 18:08:04 -05:00
test_io:
$(CMD) test_io.py