commit | fe3a2808bb5f86c738d47a4158117e32c349db0d | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Tue Apr 20 11:03:12 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 22 11:44:37 2021 -0400 |
tree | cce9eb0541e6377489b7511149da4a149c35d867 | |
parent | 275a4490fd2f30df76f2aa07efa0f595fef4d46f [diff] |
test: Alphabetize dm Makefile Recently, tests have been added primarily to the end of the dm Makefile. This results in merge conflicts when two people add new tests at the same time. To reduce these conflicts, alphabetize the makefile. Signed-off-by: Sean Anderson <sean.anderson@seco.com>