]> Git Repo - u-boot.git/blame - test/dm/test-dm.c
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
[u-boot.git] / test / dm / test-dm.c
CommitLineData
83d290c5 1// SPDX-License-Identifier: GPL-2.0+
2e7d35d2
SG
2/*
3 * Copyright (c) 2013 Google, Inc
2e7d35d2
SG
4 */
5
fa1e420a 6#include <test/suites.h>
0e1fad43 7#include <test/test.h>
2e7d35d2 8
fa1e420a 9int do_ut_dm(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
2e7d35d2 10{
a7a98755
SG
11 struct unit_test *tests = UNIT_TEST_SUITE_START(dm_test);
12 const int n_ents = UNIT_TEST_SUITE_COUNT(dm_test);
40441e0b 13
fa1e420a
SG
14 return cmd_ut_category("driver model", "dm_test_", tests, n_ents, argc,
15 argv);
40441e0b 16}
This page took 0.245036 seconds and 4 git commands to generate.