Fix PR1395, by passing the ID correctly
[oota-llvm.git] / Makefile
index a13be8ae0a3ab622edec2c011f8bfa8e81c2c9d6..7a9e7112e36ef28a60feeb9b6968ceaf1d11cf60 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,10 @@ ifeq ($(BuildMode),Debug)
 endif
 
 check-llvm2cpp:
-       $(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1
+       $(Verb)$(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1
+
+check-one:
+       $(Verb)$(MAKE) -C test check-one TESTONE=$(TESTONE)
 
 srpm: $(LLVM_OBJ_ROOT)/llvm.spec 
        rpmbuild -bs $(LLVM_OBJ_ROOT)/llvm.spec