aboutsummaryrefslogtreecommitdiffhomepage
path: root/performance-test
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2013-05-25 14:18:58 +0300
committerGravatar David Bremner <bremner@debian.org>2013-05-26 18:49:04 -0300
commit2cbd68de92e032302a8fc65a6620adb1fc5ba1ae (patch)
tree6b7fe6df8920dfbb01ba862402e063029462e6dd /performance-test
parent8a164516ee3a8ad000cf10cdcb4e84eb8bf7674d (diff)
build: fix out-of-tree builds
Support for out-of-tree builds was added in commit 3e4a9d60a9419621b08c647a306843d76c47c2cb Author: Carl Worth <cworth@cworth.org> Date: Wed Mar 9 15:02:42 2011 -0800 build: Add support for non-source-directory builds. and broken in commit 7beeb8c88a014ecbc53d8241f10683b3c4c16228 Author: David Bremner <bremner@debian.org> Date: Sat Nov 17 12:28:15 2012 -0400 test: initial performance testing infrastructure Fix the build breakage. Out-of-tree 'make test' has been broken since earlier than the above, and remains broken, as does out-of-tree perf test, but at least the build now works.
Diffstat (limited to 'performance-test')
-rw-r--r--performance-test/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-test/Makefile.local b/performance-test/Makefile.local
index 73aa963b..e47219ad 100644
--- a/performance-test/Makefile.local
+++ b/performance-test/Makefile.local
@@ -2,7 +2,7 @@
dir := performance-test
-include $(dir)/version.sh
+include $(srcdir)/$(dir)/version.sh
TIME_TEST_SCRIPT := ${dir}/notmuch-time-test
MEMORY_TEST_SCRIPT := ${dir}/notmuch-memory-test