build-win32: Add 'check' target
authorAndrea Canciani <ranma42@gmail.com>
Sun, 4 Sep 2011 19:33:05 +0000 (21:33 +0200)
committerAndrea Canciani <ranma42@gmail.com>
Wed, 14 Sep 2011 14:03:35 +0000 (07:03 -0700)
commit9623b478f7e872af36ca77af5cc9e85f5ea132cf
tree1b8d4aca3df5316af2e1081f7a9a2c86c9ca1161
parent479d0944851fffda7ed860523feb388fec028545
build-win32: Add 'check' target

On win32 the tests are built but they are not run automatically by the
build system.

A minimal 'check' target (depending on the tests being built) can
simply run them and log to the console their success/failure.
Makefile.win32
test/Makefile.win32