tests: add PTHREAD_CFLAGS for make check to pass on OS X
authorJulien Isorce <j.isorce@samsung.com>
Thu, 11 Feb 2016 08:33:28 +0000 (09:33 +0100)
committerJulien Isorce <j.isorce@samsung.com>
Mon, 11 Apr 2016 17:03:49 +0000 (18:03 +0100)
commit7d0abcc0326d2ad949fb83a3c3f0023b43ce3715
treedfdc428316bd3aaedf82e253e6a15e5180184150
parent86c0058ae50ee633beaef4b177ede9529bdb9f16
tests: add PTHREAD_CFLAGS for make check to pass on OS X

Currently "make check" fails with:
"error: argument unused during compilation: '-pthread'"

PTHREAD_CFLAGS now contains -Qunused-arguments to fix that.
Explanation here: http://savannah.gnu.org/patch/?8186#comment21

https://bugzilla.gnome.org/show_bug.cgi?id=747954
tests/check/Makefile.am