Makefile: make test target use thread
authorJens Axboe <axboe@fb.com>
Mon, 13 Mar 2017 03:04:45 +0000 (21:04 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 13 Mar 2017 03:04:45 +0000 (21:04 -0600)
commite9bd687d147d5aee710d56854524bbada5a34650
treefa89f3ae4a2970aafb364c2f96fbb7615e0e9131
parent9b153dc2ef5002a85108d9aa7858a90fabfdbc8a
Makefile: make test target use thread

Some platforms don't support process shared mutexes. For the basic
Makefile test case, specify threads to avoid the warning.

Signed-off-by: Jens Axboe <axboe@fb.com>
Makefile