Re: [PATCH] tests: Fix build of noinst fixed-benchmark test

2014-03-11 Thread Kristian Høgsberg
On Tue, Mar 11, 2014 at 12:01:47AM +, Bryce W. Harrington wrote: > Solves this build error: > > tests/fixed-benchmark.o: In function `benchmark': > ./wayland/tests/fixed-benchmark.c:82: undefined reference to `clock_gettime' > ./wayland/tests/fixed-benchmark.c:84: undefined reference to

Re: [PATCH] tests: Fix build of noinst fixed-benchmark test

2014-03-11 Thread Pekka Paalanen
On Tue, 11 Mar 2014 00:01:47 + "Bryce W. Harrington" wrote: > Solves this build error: > > tests/fixed-benchmark.o: In function `benchmark': > ./wayland/tests/fixed-benchmark.c:82: undefined reference to `clock_gettime' > ./wayland/tests/fixed-benchmark.c:84: undefined reference to `cl

[PATCH] tests: Fix build of noinst fixed-benchmark test

2014-03-10 Thread Bryce W. Harrington
Solves this build error: tests/fixed-benchmark.o: In function `benchmark': ./wayland/tests/fixed-benchmark.c:82: undefined reference to `clock_gettime' ./wayland/tests/fixed-benchmark.c:84: undefined reference to `clock_gettime' Signed-off-by: Bryce Harrington --- Makefile.am |1 + 1