]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/dm/test.h
test: dm: Move the dm tests over to the ut command
[people/ms/u-boot.git] / include / dm / test.h
index 98f2b9e996317fbc26917e69d3f5da808fbecd75..a4bc5c8404aef87a6ec04a05f319d76d6f7c1eed 100644 (file)
@@ -202,15 +202,4 @@ void dm_leak_check_start(struct unit_test_state *uts);
  * @dms: Overall test state
  */int dm_leak_check_end(struct unit_test_state *uts);
 
-
-/**
- * dm_test_main() - Run all or one of the tests
- *
- * This runs all available driver model tests, or a selected one
- *
- * @test_name: Name of test to run, or NULL for all
- * @return 0 if OK, -ve on error
- */
-int dm_test_main(const char *test_name);
-
 #endif