summaryrefslogtreecommitdiffstats
path: root/unit-tests/Makefile
blob: 765fd99eb40c3a12e0ee0c6634026a6bd65f741e (plain)
1
2
3
4
5
6
7
8
PY_BIN := python2

test :
	$(PY_BIN) unit -vv

clean :
	rm -f *.{py[oc],o,so} *~