On Fri, 12/02 17:30, Max Reitz wrote:
> > +static struct CompatData {
> > +bool write_1;
> > +bool share_1;
> > +bool write_2;
> > +bool share_2;
> > +bool compatible;
> > +} compat_data[] = {
> > +/* Write 1, Share 1, Write 2, Share 2, Compatible. */
> > +{ RO, SH
On 31.10.2016 16:38, Fam Zheng wrote:
> Signed-off-by: Fam Zheng
> ---
> tests/Makefile.include | 2 +
> tests/test-image-lock.c | 179
>
> 2 files changed, 181 insertions(+)
> create mode 100644 tests/test-image-lock.c
>
> diff --git a/tests
Signed-off-by: Fam Zheng
---
tests/Makefile.include | 2 +
tests/test-image-lock.c | 179
2 files changed, 181 insertions(+)
create mode 100644 tests/test-image-lock.c
diff --git a/tests/Makefile.include b/tests/Makefile.include
index cd058ef.