]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - test/README
test: Add a simple script to run tests on sandbox
[karo-tx-uboot.git] / test / README
index dfd83d631cc496cbbf19030aeb7a20a95b150030..6cfee05019147fd09ba29f1ad983b20432516563 100644 (file)
@@ -5,6 +5,17 @@ U-Boot has a large amount of code. This file describes how this code is
 tested and what tests you should write when adding a new feature.
 
 
+Running tests
+-------------
+
+To run most tests on sandbox, type this:
+
+    test/run
+
+in the U-Boot directory. Note that only the pytest suite is run using this
+comment.
+
+
 Sandbox
 -------
 U-Boot can be built as a user-space application (e.g. for Linux). This