mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 14:11:31 +00:00
5 lines
66 B
Text
5 lines
66 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Run all tests
|
||
|
./test/py/test.py --bd sandbox --build
|