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