diff options
author | Tomash Brechko <tomash.brechko@gmail.com> | 2007-11-16 09:13:41 +0000 |
---|---|---|
committer | Tomash Brechko <tomash.brechko@gmail.com> | 2007-11-16 09:13:41 +0000 |
commit | 90d42a4bcbc5082dadbe7cd3b4329323442d8e52 (patch) | |
tree | 56bb965fb5a0ed0e702c8616399fe4ff7408faa6 /Makefile.am | |
parent | ae20c65de35d4d9727037b799022e4ec2d569176 (diff) | |
download | memcached-90d42a4bcbc5082dadbe7cd3b4329323442d8e52.tar.gz |
Allow running tests in a build directory different from source directory. (Tomash Brechko tomash.brechko@gmail.com)
git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@641 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e92e9e7..bec67d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ DIST_DIRS = scripts EXTRA_DIST = doc scripts TODO t memcached.spec test: memcached-debug - prove t + prove $(srcdir)/t dist-hook: rm -rf $(distdir)/doc/.svn/ |