run-cli-tests is in srcdir not in build dir.

Found by "make distcheck".
This commit is contained in:
Tommi Virtanen 2011-01-13 12:50:29 -08:00
parent d8073c8bf7
commit f599b0b629

View File

@ -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