Add $(RT_LIBS) to fixed-benchmark LD dependencies
`tests/fixed-benchmark.c` calls `clock_gettime`.
This commit is contained in:
parent
9f004d8b0f
commit
766edf0243
|
@ -286,6 +286,7 @@ cpp_compile_test_SOURCES = tests/cpp-compile-test.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
fixed_benchmark_SOURCES = tests/fixed-benchmark.c
|
fixed_benchmark_SOURCES = tests/fixed-benchmark.c
|
||||||
|
fixed_benchmark_LDADD = $(RT_LIBS)
|
||||||
|
|
||||||
os_wrappers_test_SOURCES = tests/os-wrappers-test.c
|
os_wrappers_test_SOURCES = tests/os-wrappers-test.c
|
||||||
os_wrappers_test_LDADD = libtest-runner.la
|
os_wrappers_test_LDADD = libtest-runner.la
|
||||||
|
|
Loading…
Reference in New Issue
Block a user