Skip to content

Commit 4e0e4e4

Browse files
MichaelBrunn3rd-a-v
authored andcommitted
Added notice to update submodules to test README (#6008)
Some users didn't know they had to update the submodules before running tests on host (see /issues/5910). Added a notice to prevent wasting time of users new to git
1 parent 0dd6549 commit 4e0e4e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ If you want to add emulation of a certain feature, add it into tests/host/common
1919

2020
### Running test cases
2121

22+
**NOTE!** The test-on-host environment is dependent on some submodules. Make sure to run `git submodule update --init` before running any test.
23+
2224
To run test cases, go to tests/host/ directory and run `make`. This will compile and run the tests.
2325

2426
If all tests pass, you will see "All tests passed" message and the exit code will be 0.

0 commit comments

Comments
 (0)