From 72d6c0cbb3e97dfcae5fe4a9b73251db0a558215 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 28 May 2013 16:37:36 +0000 Subject: [PATCH] polly-test target has been renamed to check-polly --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \