]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Tests/GNUmakefile
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Tests / GNUmakefile
CommitLineData
c69f724d 1## @file\r
4afd3d04 2# GNU/Linux makefile for 'Tests' module build.\r
c69f724d 3#\r
40d841f6 4# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
2e351cbe 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c69f724d 6#\r
7\r
8all: test\r
9\r
10test:\r
7aef7b7c 11 @if command -v $(PYTHON_COMMAND) >/dev/null 1; then $(PYTHON_COMMAND) RunTests.py; else python RunTests.py; fi\r
c69f724d 12\r
13clean:\r
14 find . -name '*.pyc' -exec rm '{}' ';'\r
15\r