]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile: make check-local relative to $(srcdir)
authorSamuel Just <samuel.just@dreamhost.com>
Thu, 1 Mar 2012 04:28:05 +0000 (20:28 -0800)
committerSamuel Just <samuel.just@dreamhost.com>
Thu, 1 Mar 2012 04:46:05 +0000 (20:46 -0800)
Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
src/Makefile.am

index a75f9a904a7f835bda881ff4b158a596ef48ebe5..b0669a1d861d636601b810fcff90466a414966c0 100644 (file)
@@ -17,8 +17,8 @@ check_PROGRAMS =
 TESTS = $(check_PROGRAMS)
 
 check-local:
-       test/encoding/check-generated.sh
-       test/encoding/readable.sh ../ceph-object-corpus
+       $(srcdir)/test/encoding/check-generated.sh
+       $(srcdir)/test/encoding/readable.sh ../ceph-object-corpus
 
 EXTRALIBS = -luuid
 if FREEBSD