Skip to content

Commit

Permalink
build: support running tests in out-of-tree builds
Browse files Browse the repository at this point in the history
PR-URL: libuv#2099
Reviewed-By: Ben Noordhuis <[email protected]>
  • Loading branch information
vtjnash committed Jan 4, 2019
1 parent d2e59bb commit 3be96bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3be96bb

Please sign in to comment.