From c46ff4393abcc9350391de1b3c76b00dd09e4879 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Wed, 28 Jun 2017 12:29:29 +0100 Subject: [PATCH] Fix tests with detached builds Closes: #524 (cherry picked from commit cf7f5b0dc484152ae3be7ea6ba57552595891608) --- test/include.am | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/test/include.am b/test/include.am index 132bbcd4..ee2ab5ff 100644 --- a/test/include.am +++ b/test/include.am @@ -57,26 +57,26 @@ TESTS = \ LOG_COMPILER = true TESTS_COMPILER = true -test_runner_epoll: test/test.sh - test/test.sh -b EPOLL -test_runner_select: test/test.sh - test/test.sh -b SELECT -test_runner_kqueue: test/test.sh - test/test.sh -b KQUEUE -test_runner_evport: test/test.sh - test/test.sh -b EVPORT -test_runner_devpoll: test/test.sh - test/test.sh -b DEVPOLL -test_runner_poll: test/test.sh - test/test.sh -b POLL -test_runner_win32: test/test.sh - test/test.sh -b WIN32 -test_runner_timerfd: test/test.sh - test/test.sh -b "" -t -test_runner_changelist: test/test.sh - test/test.sh -b "" -c -test_runner_timerfd_changelist: test/test.sh - test/test.sh -b "" -T +test_runner_epoll: $(top_srcdir)/test/test.sh + $(top_srcdir)/test/test.sh -b EPOLL +test_runner_select: $(top_srcdir)/test/test.sh + $(top_srcdir)/test/test.sh -b SELECT +test_runner_kqueue: $(top_srcdir)/test/test.sh + $(top_srcdir)/test/test.sh -b KQUEUE +test_runner_evport: $(top_srcdir)/test/test.sh + $(top_srcdir)/test/test.sh -b EVPORT +test_runner_devpoll: $(top_srcdir)/test/test.sh + $(top_srcdir)/test/test.sh -b DEVPOLL +test_runner_poll: $(top_srcdir)/test/test.sh + $(top_srcdir)/test/test.sh -b POLL +test_runner_win32: $(top_srcdir)/test/test.sh + $(top_srcdir)/test/test.sh -b WIN32 +test_runner_timerfd: $(top_srcdir)/test/test.sh + $(top_srcdir)/test/test.sh -b "" -t +test_runner_changelist: $(top_srcdir)/test/test.sh + $(top_srcdir)/test/test.sh -b "" -c +test_runner_timerfd_changelist: $(top_srcdir)/test/test.sh + $(top_srcdir)/test/test.sh -b "" -T DISTCLEANFILES += test/regress.gen.c test/regress.gen.h -- 2.40.0