Add regress test for the bug from r605.
[oweals/opkg-lede.git] / tests / regress / Makefile
1 PYTHON=/usr/bin/python3
2 REGRESSION_TESTS=issue26.py issue31.py issue45.py issue46.py \
3                         issue50.py issue51.py issue55.py issue58.py \
4                         issue72.py \
5                         filehash.py
6
7 regress:
8         @for test in $(REGRESSION_TESTS); do \
9                 echo $$test; \
10                 $(PYTHON) $$test; \
11         done
12
13 clean:
14         rm -f *.pyc