polly-test target has been renamed to check-polly

This commit is contained in:
Sylvestre Ledru 2013-05-28 16:37:36 +00:00
parent 7980e7b613
commit 72d6c0cbb3

2
debian/rules vendored
View File

@ -228,7 +228,7 @@ override_dh_auto_test:
# Managed by debian build system
rm -f $(CURDIR)/build-llvm/Release/lib/python*/site-packages/lldb/_lldb.so
# polly tests
cd build-llvm/ && $(MAKE) polly-test -C tools/polly/test/ || true
cd build-llvm/ && $(MAKE) check-polly -C tools/polly/test/ || true
if test "$(CODECOVERAGE)" = "yes"; then \
REPORT=reports/scilab-code-coverage.info; \