From 3d14e1003785fbbb2488cf3c70b939f789df942d Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Mon, 12 Nov 2007 05:34:50 +0000 Subject: [PATCH] srcdir for verify; from Christopher Layne svn:r517 --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index ceb856b9..c837f64c 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -31,6 +31,6 @@ CLEANFILES = regress.gen.h regress.gen.c test: test-init test-eof test-weof test-time regress verify: test - @./test.sh + @$(srcdir)/test.sh bench test-init test-eof test-weof test-time: ../libevent.la