diff --git a/Makefile b/Makefile index 72f6e934c9a..d917e58811f 100644 --- 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