audk/BaseTools/Tests/PythonTest.py

10 lines
231 B
Python

## @file
# Test whether PYTHON_COMMAND is available
#
# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
if __name__ == '__main__':
print('TRUE')