X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2FREADME;h=4bc9ca3a6ae9de0e3ed6ff420c5edfe6027ad2c6;hb=a77a8fde7bb850178c2e4ad3db354b536114ea32;hp=873a4e1931325ab1d56dc4d8b34c2429344d2b80;hpb=ebba9d1daf7745483c8078bdae18875a84df5bc1;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 -------