diff options
Diffstat (limited to 'src/VBox/Devices/EFI/Firmware/BaseTools/Tests/PythonTest.py')
-rw-r--r-- | src/VBox/Devices/EFI/Firmware/BaseTools/Tests/PythonTest.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/PythonTest.py b/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/PythonTest.py new file mode 100644 index 00000000..afe58534 --- /dev/null +++ b/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/PythonTest.py @@ -0,0 +1,9 @@ +## @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') |