From 1cc25170ed6d4c5d2ebc60d63776c33ce2210fcc Mon Sep 17 00:00:00 2001 From: Rob Adams Date: Fri, 19 Sep 2014 17:48:00 -0700 Subject: [PATCH] build: add missing fixtures to distribution tarball --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 06a5532e..30cd875a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -106,6 +106,9 @@ libuv_la_SOURCES += src/unix/async.c \ endif # WINNT +EXTRA_DIST = test/fixtures/empty_file \ + test/fixtures/load_error.node + TESTS = test/run-tests check_PROGRAMS = test/run-tests test_run_tests_CFLAGS =