test: Rename test-main.c to test-dm.c
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:34:46 +0000 (17:34 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:29 +0000 (09:57 -0500)
commit409f4a2a7280abc6fe22447f7c1933fc5f669539
tree89274cb2d60ecddb11d1ea2f6fe7d9e834d46801
parent4bc639ee1181dc25df733da5de76ce4ea4b3f406
test: Rename test-main.c to test-dm.c

This is the main test function for driver model but not for other tests.
Rename the file and the function so this is clear.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/spl.c
include/test/test.h
test/dm/Makefile
test/dm/test-dm.c [moved from test/dm/test-main.c with 98% similarity]