From: vsr Date: Fri, 15 Feb 2013 08:52:50 +0000 (+0000) Subject: Replace 'make check' by 'make installcheck' X-Git-Tag: V6_main_FINAL~32 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d342cb8288ae168d121588fd0a25c3267c6510e7;p=modules%2Fgeom.git Replace 'make check' by 'make installcheck' --- diff --git a/doc/salome/examples/Makefile.am b/doc/salome/examples/Makefile.am index b74b958c2..d058efcc5 100644 --- a/doc/salome/examples/Makefile.am +++ b/doc/salome/examples/Makefile.am @@ -135,7 +135,7 @@ pyexamples_SCRIPTS = $(BAD_TESTS) $(GOOD_TESTS) EXTRA_DIST += $(pyexamples_SCRIPTS) testme.py -check-local: +installcheck-local: @for f in $(GOOD_TESTS) ; do \ python $(top_srcdir)/doc/salome/examples/testme.py $(top_srcdir)/doc/salome/examples/$$f || exit 1; \ done