mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
5 lines
66 B
Text
5 lines
66 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Run all tests
|
||
|
./test/py/test.py --bd sandbox --build
|