[llvm-commits] [polly] r153739 - /polly/trunk/test/Makefile

Hongbin Zheng etherzhhb at gmail.com
Fri Mar 30 02:27:16 PDT 2012


Author: ether
Date: Fri Mar 30 04:27:16 2012
New Revision: 153739

URL: http://llvm.org/viewvc/llvm-project?rev=153739&view=rev
Log:
Make the "all" target depend on polly-test, so that users can run regression
  tests by simply typing "make -C tools/polly/test", like llvm's regression
  tests.

Modified:
    polly/trunk/test/Makefile

Modified: polly/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Makefile?rev=153739&r1=153738&r2=153739&view=diff
==============================================================================
--- polly/trunk/test/Makefile (original)
+++ polly/trunk/test/Makefile Fri Mar 30 04:27:16 2012
@@ -31,6 +31,7 @@
   LIT_ARGS += "--vg"
 endif
 
+all:: polly-test
 
 polly-test:: lit.site.cfg polly-lib
 	@ echo '--- Running polly tests for $(TARGET_TRIPLE) ---'





More information about the llvm-commits mailing list