summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 40e9d59d42f..aa91d448de0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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