summaryrefslogtreecommitdiffstats
path: root/BaseTools/Tests/GNUmakefile
blob: 3fb5f4fad0eecbb1f9bc5edf3c7fc3943335a195 (plain)
1
2
3
4
5
6
7
8
9

all: test

test:
	@python RunTests.py

clean:
	find . -name '*.pyc' -exec rm '{}' ';'