aboutsummaryrefslogtreecommitdiffstats
path: root/python/sepolgen/tests/Makefile
blob: 83d072f4e6aad45296d4041228f0b3319dd7b0f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PYTHON ?= python3

clean:
	rm -f *~ *.pyc
	rm -f parser.out parsetab.py
	rm -f out.txt
	rm -f module_compile_test.fc
	rm -f module_compile_test.if
	rm -f module_compile_test.pp
	rm -f output
	rm -rf __pycache__ tmp

test:
	$(PYTHON) run-tests.py