tree: 235b815434ea03c8b876eac7a5524e0c14c84ee0
  1. BUILD
  2. README.md
  3. test_image.img
  4. testkey_rsa4096.pem
  5. testkey_rsa4096.pub.pem
gbl/libgbl/testdata/README.md

Generating test image:

echo test > file.txt
echo "file.txt=file.txt" > manifest
zbi -o test_image.img manifest
rm file.txt manifest