Re: [U-Boot] [PATCH v2 08/10] config: sandbox: Add unit tests

2017-08-28 Thread Pantelis Antoniou
Hi Simon, On Sat, 2017-08-26 at 07:37 -0600, Simon Glass wrote: > On 11 August 2017 at 02:52, Pantelis Antoniou > wrote: > > Add unit tests for sandbox default config. > > > > Signed-off-by: Pantelis Antoniou > > --- > > configs/sandbox_defconfig | 2 ++ > > 1 file changed, 2 insertions(+) > >

Re: [U-Boot] [PATCH v2 08/10] config: sandbox: Add unit tests

2017-08-26 Thread Simon Glass
On 11 August 2017 at 02:52, Pantelis Antoniou wrote: > Add unit tests for sandbox default config. > > Signed-off-by: Pantelis Antoniou > --- > configs/sandbox_defconfig | 2 ++ > 1 file changed, 2 insertions(+) I don't see any tests in this patch? > > diff --git a/configs/sandbox_defconfig b/c

[U-Boot] [PATCH v2 08/10] config: sandbox: Add unit tests

2017-08-11 Thread Pantelis Antoniou
Add unit tests for sandbox default config. Signed-off-by: Pantelis Antoniou --- configs/sandbox_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index fd0b952..df8659a 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbo