From 123e3bd7a701f7846b25d6823cf140b69b4a60ee Mon Sep 17 00:00:00 2001 From: Andrew Paprocki Date: Wed, 28 Aug 2019 18:27:29 +0200 Subject: [PATCH] build: Add link for test/fixtures/lorem_ipsum.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test `test-fs.c` fails when built in a relocated directory because the build does link the required test fixture. PR-URL: https://github.com/libuv/libuv/pull/2444 Reviewed-By: Ben Noordhuis Reviewed-By: Colin Ihrig Reviewed-By: Saúl Ibarra Corretgé Reviewed-By: Jameson Nash Reviewed-By: Richard Lau --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index b503e538..cfc49719 100644 --- a/configure.ac +++ b/configure.ac @@ -80,4 +80,5 @@ AC_CHECK_HEADERS([sys/ahafs_evProds.h]) AC_CONFIG_FILES([Makefile libuv.pc]) AC_CONFIG_LINKS([test/fixtures/empty_file:test/fixtures/empty_file]) AC_CONFIG_LINKS([test/fixtures/load_error.node:test/fixtures/load_error.node]) +AC_CONFIG_LINKS([test/fixtures/lorem_ipsum.txt:test/fixtures/lorem_ipsum.txt]) AC_OUTPUT