host/driver: simplify
[litex.git] / test / Makefile
1 LSDIR = ../
2 PYTHON = python3
3
4 CMD = PYTHONPATH=$(LSDIR) $(PYTHON)
5
6 test_regs:
7 $(CMD) test_regs.py
8
9 test_io:
10 $(CMD) test_io.py
11
12 test_la:
13 $(CMD) test_la.py