colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / test / README
index 873a4e1931325ab1d56dc4d8b34c2429344d2b80..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
 -------