]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - BaseTools/Tests/GNUmakefile
Fix wrong BufferSize for Configuration data.
[mirror_edk2.git] / BaseTools / Tests / GNUmakefile
... / ...
CommitLineData
1
2all: test
3
4test:
5 @python RunTests.py
6
7clean:
8 find . -name '*.pyc' -exec rm '{}' ';'
9