Last change
on this file since 80820 was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
359 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # GNU/Linux makefile for 'Tests' module build.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | #
|
---|
7 |
|
---|
8 | all: test
|
---|
9 |
|
---|
10 | test:
|
---|
11 | @if command -v $(PYTHON_COMMAND) >/dev/null 1; then $(PYTHON_COMMAND) RunTests.py; else python RunTests.py; fi
|
---|
12 |
|
---|
13 | clean:
|
---|
14 | find . -name '*.pyc' -exec rm '{}' ';'
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.