mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-12-24 11:20:09 +01:00
tests: Fix build of noinst fixed-benchmark test
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 <b.harrington@samsung.com>
This commit is contained in:
parent
2c319d341b
commit
3adcf6f11b
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ resources_test_SOURCES = tests/resources-test.c
|
|||
resources_test_LDADD = libtest-runner.la
|
||||
|
||||
fixed_benchmark_SOURCES = tests/fixed-benchmark.c
|
||||
fixed_benchmark_LDADD = libtest-runner.la
|
||||
|
||||
os_wrappers_test_SOURCES = tests/os-wrappers-test.c
|
||||
os_wrappers_test_LDADD = libtest-runner.la
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue