Build (not test) the unittests as part of a normal build.
[oota-llvm.git] / unittests / Makefile.unittest
index 1c75e44d0778ddf11e3f728268e532951716dc76..355e6a34f51cb5c67d37ed140d1842e53863226b 100644 (file)
@@ -30,6 +30,8 @@ $(LLVMUnitTestExe): $(ObjectsO) $(ProjLibsPaths) $(LLVMLibsPaths)
           $(StripWarnMsg)
 
 all:: $(LLVMUnitTestExe)
+
+unitcheck:: $(LLVMUnitTestExe)
        $(LLVMUnitTestExe)
 
 endif