mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
13 lines
157 B
Makefile
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
|