Re: [U-Boot] [PATCH 1/3] GPT: create block device for sandbox testing

2017-09-05 Thread Simon Glass
Hi Alison, On 3 September 2017 at 08:18, wrote: > From: Alison Chaiken > > Provide a shell script that creates a small block device for the > purpose of testing the cmd/gpt.c functions in the u-boot sandbox. > Running the tests removes the device file. > > Signed-off-by: Alison Chaiken > --- >

[U-Boot] [PATCH 1/3] GPT: create block device for sandbox testing

2017-09-02 Thread alison
From: Alison Chaiken Provide a shell script that creates a small block device for the purpose of testing the cmd/gpt.c functions in the u-boot sandbox. Running the tests removes the device file. Signed-off-by: Alison Chaiken --- test/gpt/make-test-disk.sh | 8 1 file changed, 8 insert