mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
20 lines
234 B
Makefile
20 lines
234 B
Makefile
LEDIR = ../
|
|
PYTHON = python3
|
|
|
|
CMD = PYTHONPATH=$(LEDIR) $(PYTHON)
|
|
|
|
test_regs:
|
|
$(CMD) test_regs.py
|
|
|
|
test_la:
|
|
$(CMD) test_la.py
|
|
|
|
test_udp:
|
|
$(CMD) test_udp.py
|
|
|
|
test_etherbone:
|
|
$(CMD) test_etherbone.py
|
|
|
|
test_tty:
|
|
$(CMD) test_tty.py
|
|
|