From f599b0b6291b6300a069bfe090904b0900694272 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Thu, 13 Jan 2011 12:50:29 -0800 Subject: run-cli-tests is in srcdir not in build dir. Found by "make distcheck". --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.1