mesa/tests: Link main-test with CLOCK_LIB.
authorVinson Lee <vlee@freedesktop.org>
Mon, 27 Mar 2017 18:57:48 +0000 (11:57 -0700)
committerVinson Lee <vlee@dropbox.com>
Mon, 27 Mar 2017 21:36:34 +0000 (14:36 -0700)
commitf1f1cb41d0a80230085e63e8de65aa58ff3872da
treee54fbffcb997ddd39f6794ff8b19a999252511dc
parent7dccd38b400d3a65da20ddefe282a7bb0b7ccb58
mesa/tests: Link main-test with CLOCK_LIB.

Fix 'make check' linking error with glibc < 2.17.

  CXXLD  main-test
../../../../src/mesa/.libs/libmesa.a(libmesautil_la-u_queue.o): In function `u_thread_get_time_nano':
src/util/../../src/util/u_thread.h:84: undefined reference to `clock_gettime'

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/mesa/main/tests/Makefile.am