]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
run-cli-tests is in srcdir not in build dir.
authorTommi Virtanen <tv@hq.newdream.net>
Thu, 13 Jan 2011 20:50:29 +0000 (12:50 -0800)
committerTommi Virtanen <tv@hq.newdream.net>
Fri, 14 Jan 2011 23:24:47 +0000 (15:24 -0800)
Found by "make distcheck".

Makefile.am

index 40e9d59d42fd2af7673ea1ac4fdbeda219bcaa2f..aa91d448de052866788a13b2a151536b80a8c9be 100644 (file)
@@ -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