build: Distinguish SKIP and FAIL on Win32
authorAndrea Canciani <ranma42@gmail.com>
Wed, 23 Dec 2015 22:22:02 +0000 (23:22 +0100)
committerAndrea Canciani <ranma42@gmail.com>
Wed, 30 Dec 2015 13:06:40 +0000 (14:06 +0100)
commit342cbf1644125919c51ab099e434951429e66411
tree54108135a35cd806d48393180692a9c8b5f25a25
parentaf0689716a011de3645aaefc57138c9d1d0e3ae6
build: Distinguish SKIP and FAIL on Win32

The `check` target in test/Makefile.win32 assumed that any non-0 exit
code from the tests was an error, but the testsuite is currently using
77 as a SKIP exit code (based on the convention used in autotools).

Fixes fence-image-self-test and cover-test (now reported as SKIP).

Signed-off-by: Andrea Canciani <ranma42@gmail.com>
Acked-by: Oded Gabbay <oded.gabbay@gmail.com>
test/Makefile.win32