Re: [PATCH] tests/Makefile: test-image-locking needs CONFIG_POSIX

2020-08-03 Thread John Snow
On 8/3/20 2:58 AM, Thomas Huth wrote: test-image-locking.c uses the qemu_lock_fd_test() function which is only available on Posix-like systems. Signed-off-by: Thomas Huth Reviewed-by: John Snow --- tests/Makefile.include | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefi

[PATCH] tests/Makefile: test-image-locking needs CONFIG_POSIX

2020-08-02 Thread Thomas Huth
test-image-locking.c uses the qemu_lock_fd_test() function which is only available on Posix-like systems. Signed-off-by: Thomas Huth --- tests/Makefile.include | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefile.include b/tests/Makefile.include index 5ff731be2b..430119db74 10064