From 3be96bb723ba81142540043de869d13865e26055 Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Thu, 29 Nov 2018 14:50:33 -0500 Subject: [PATCH] build: support running tests in out-of-tree builds PR-URL: https://github.com/libuv/libuv/pull/2099 Reviewed-By: Ben Noordhuis --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 35e7c1b7..b2b80509 100644 --- a/configure.ac +++ b/configure.ac @@ -73,4 +73,6 @@ AS_CASE([$host_os], [kfreebsd*], [ ]) 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_OUTPUT