Make a shorthand target for running the llvm2cpp test suite. This test
authorReid Spencer <rspencer@reidspencer.com>
Thu, 1 Jun 2006 07:27:53 +0000 (07:27 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 1 Jun 2006 07:27:53 +0000 (07:27 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28626 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 72f6e934c9a13596f4b086e08d415c16a7b02c63..d917e58811f60b15602de377ef6adc7608731aee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -87,3 +87,5 @@ ifeq ($(BuildMode),Debug)
        $(Echo) '*****' make an optimized build.
 endif
 
+check-llvm2cpp:
+       $(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1