diff --git a/debian/rules b/debian/rules index 7305c63d..112d7cad 100755 --- a/debian/rules +++ b/debian/rules @@ -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; \