diff options
author | Sage Weil <sage@inktank.com> | 2013-09-25 15:39:01 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-09-25 15:39:01 -0700 |
commit | 9a9e4ca284309530047322d398534c8ebd1e15a5 (patch) | |
tree | 4a000b8c844aefae8d65951a47ff994dfa6dcf07 | |
parent | 60d541d36d3ebf3a6d8ef411a026ca31da99b95d (diff) | |
parent | 479936806ea0dc71ca20dcfebbca4594add416ac (diff) | |
download | ceph-9a9e4ca284309530047322d398534c8ebd1e15a5.tar.gz |
Merge pull request #639 from ceph/wip-gtest
Makefile: don't use srcdir in TESTS
Reviewed-by: Roald J. van Loon <roaldvanloon@gmail.com>
-rw-r--r-- | src/test/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am index bf036c914c8..88cf1ce970f 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -233,8 +233,8 @@ bin_DEBUGPROGRAMS += ceph_bench_log ## Unit tests check_SCRIPTS += \ - $(srcdir)/unittest_bufferlist.sh \ - $(srcdir)/test/encoding/check-generated.sh + unittest_bufferlist.sh \ + test/encoding/check-generated.sh # target to build but not run the unit tests unittests:: $(check_PROGRAMS) |