[llvm-commits] CVS: llvm/Makefile

Reid Spencer reid at x10sys.com
Thu Jun 1 00:28:07 PDT 2006



Changes in directory llvm:

Makefile updated: 1.59 -> 1.60
---
Log message:

Make a shorthand target for running the llvm2cpp test suite. This test
suite is disabled by default because of the length of time it takes to
run. To enable it certain command line fu must be used. This patch just
encodes the command line fu as the magical "check-llvm2cpp" target.


---
Diffs of the changes:  (+2 -0)

 Makefile |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/Makefile
diff -u llvm/Makefile:1.59 llvm/Makefile:1.60
--- llvm/Makefile:1.59	Wed May 17 17:55:35 2006
+++ llvm/Makefile	Thu Jun  1 02:27:53 2006
@@ -87,3 +87,5 @@
 	$(Echo) '*****' make an optimized build.
 endif
 
+check-llvm2cpp:
+	$(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1






More information about the llvm-commits mailing list