audk/BaseTools/Tests/GNUmakefile

10 lines
88 B
Makefile

all: test
test:
@python RunTests.py
clean:
find . -name '*.pyc' -exec rm '{}' ';'