From 766edf0243b1cd56c4a0d8a4ea03dd17ea49a119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Mon, 16 Sep 2019 01:02:30 +0100 Subject: [PATCH] Add $(RT_LIBS) to fixed-benchmark LD dependencies `tests/fixed-benchmark.c` calls `clock_gettime`. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 868910c..0d76865 100644 --- a/Makefile.am +++ b/Makefile.am @@ -286,6 +286,7 @@ cpp_compile_test_SOURCES = tests/cpp-compile-test.cpp endif fixed_benchmark_SOURCES = tests/fixed-benchmark.c +fixed_benchmark_LDADD = $(RT_LIBS) os_wrappers_test_SOURCES = tests/os-wrappers-test.c os_wrappers_test_LDADD = libtest-runner.la