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