X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2FREADME;h=4bc9ca3a6ae9de0e3ed6ff420c5edfe6027ad2c6;hb=086e391bc46d3dda5c44053532bb51dc3827ee94;hp=873a4e1931325ab1d56dc4d8b34c2429344d2b80;hpb=821560fd8e43eecc208c1c52ad24faadb6b52703;p=oweals%2Fu-boot.git diff --git a/test/README b/test/README index 873a4e1931..4bc9ca3a6a 100644 --- a/test/README +++ b/test/README @@ -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 -------