summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/test/Makefile.am4
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)