colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / test / README
index 1142e9ca996c9e5b5641fbef26e9c83a1c40a645..4bc9ca3a6ae9de0e3ed6ff420c5edfe6027ad2c6 100644 (file)
@@ -10,11 +10,15 @@ Running tests
 
 To run most tests on sandbox, type this:
 
-    test/run
+    make check
 
 in the U-Boot directory. Note that only the pytest suite is run using this
 command.
 
+Some tests take ages to run. To run just the quick ones, type this:
+
+    make qcheck
+
 
 Sandbox
 -------
@@ -46,7 +50,7 @@ tbot
 Tbot provides a way to execute tests on target hardware. It is intended for
 trying out both U-Boot and Linux (and potentially other software) on a
 number of boards automatically. It can be used to create a continuous test
-environment. See tools/tbot/README for more information.
+environment. See http://www.tbot.tools for more information.
 
 
 Ad-hoc tests