tests: arch-power: Add 64-bit hello binaries
[gem5.git] / TESTING.md
index 17aeff94c4a59e4ccc117a5c3c975bf633aa2e5a..88d1f295718ad0a445dfaad7b52a355d6ca6b8b8 100644 (file)
@@ -63,6 +63,20 @@ cd tests
 The above is the *minumum* you should run before posting a patch to
 https://gem5-review.googlesource.com
 
+## Running tests from multiple directories
+
+The command line above will walk the directory tree starting from the cwd
+(tests), and it will run every test it encounters in its path. It is possible
+to specify multiple root directories by providing several positional
+arguments:
+
+```shell
+./main.py run <directory1> <directory2> [...]
+```
+
+This will load every test in directory1 and directory2 (and their
+subdirectories).
+
 ## Specifying a subset of tests to run
 
 You can use the tag query interface to specify the exact tests you want to run.