1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2018 Xilinx, Inc.
11 #include <test/test.h>
14 /* Base test of firmware probe */
15 static int dm_test_firmware_probe(struct unit_test_state *uts)
19 ut_assertok(uclass_get_device_by_name(UCLASS_FIRMWARE,
20 "sandbox-firmware", &dev));
23 DM_TEST(dm_test_firmware_probe, UT_TESTF_SCAN_FDT);