[Libevent-users] [PATCH] test/Makefile.am: out of srcdir fix

Christopher Layne clayne at anodized.com
Sun Nov 11 22:27:43 EST 2007


-------------- next part --------------
Index: test/Makefile.am
===================================================================
--- test/Makefile.am	(revision 515)
+++ test/Makefile.am	(working copy)
@@ -31,6 +31,6 @@
 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


More information about the Libevent-users mailing list