blob: d50295e5bd0ee8ae069fb9f68b1fe511571a5d00 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0
Stephen Warren10e50632016-01-15 11:15:24 -07002# Copyright (c) 2015 Stephen Warren
3# Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
Stephen Warren10e50632016-01-15 11:15:24 -07004
5def test_help(u_boot_console):
Stephen Warren75e731e2016-01-26 13:41:30 -07006 """Test that the "help" command can be executed."""
Stephen Warren10e50632016-01-15 11:15:24 -07007
8 u_boot_console.run_command('help')