]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Tests/GNUmakefile
BaseTools: Remove types.TypeType
[mirror_edk2.git] / BaseTools / Tests / GNUmakefile
index b7cb226da97c9d31cb2bfb078d27cbb25659e8e3..0c11f6aae94652caab22c79fbba5a492153e3565 100644 (file)
@@ -14,7 +14,7 @@
 all: test\r
 \r
 test:\r
-       @python RunTests.py\r
+       @if command -v python2 >/dev/null 2>&1; then python2 RunTests.py; else python RunTests.py; fi\r
 \r
 clean:\r
        find . -name '*.pyc' -exec rm '{}' ';'\r