summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTommi Virtanen <tv@hq.newdream.net>2011-01-13 12:50:29 -0800
committerTommi Virtanen <tv@hq.newdream.net>2011-01-14 15:24:47 -0800
commitf599b0b6291b6300a069bfe090904b0900694272 (patch)
treee28e4404765860c81ade7d505839d9df171a0110 /Makefile.am
parentd8073c8bf7c5f888a3cfb5356dc88f5af6f20008 (diff)
downloadceph-f599b0b6291b6300a069bfe090904b0900694272.tar.gz
run-cli-tests is in srcdir not in build dir.
Found by "make distcheck".
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 40e9d59d42f..aa91d448de0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,8 +13,7 @@ check-local:
@cd src/gtest && $(MAKE) $(AM_MAKEFLAGS) lib/libgtest.la lib/libgtest_main.la
# exercise cli tools
- ./src/test/run-cli-tests
-
+ $(srcdir)/src/test/run-cli-tests
# "make distclean" both runs this and recurses into src/gtest, if
# gtest is in DIST_SUBDIRS. Take extra care to not fail when