Skip to content

Commit

Permalink
Merge pull request ceph#639 from ceph/wip-gtest
Browse files Browse the repository at this point in the history
Makefile: don't use srcdir in TESTS

Reviewed-by: Roald J. van Loon <[email protected]>
  • Loading branch information
Sage Weil committed Sep 25, 2013
2 parents 60d541d + 4799368 commit 9a9e4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9a9e4ca

Please sign in to comment.