]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Tests/GNUmakefile
Check In tool source code based on Build tool project revision r1655.
[mirror_edk2.git] / BaseTools / Tests / GNUmakefile
CommitLineData
30fdf114
LG
1
2all: test
3
4test:
5 @python RunTests.py
6
7clean:
8 find . -name '*.pyc' -exec rm '{}' ';'
9