forked from OSchip/llvm-project
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. llvm-svn: 28626
This commit is contained in:
parent
3364e527bc
commit
9c226205e2
|
@ -87,3 +87,5 @@ ifeq ($(BuildMode),Debug)
|
|||
$(Echo) '*****' make an optimized build.
|
||||
endif
|
||||
|
||||
check-llvm2cpp:
|
||||
$(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1
|
||||
|
|
Loading…
Reference in New Issue