Replace 'make check' by 'make installcheck'

This commit is contained in:
vsr 2013-02-15 08:56:29 +00:00
parent 2a8e9d667e
commit 13131aa892

View File

@ -174,7 +174,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