summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-13 18:43:46 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-13 18:43:46 +0000
commit37af2a9588a3eab3677338a696e026f60333620c (patch)
treead13ab03bf1c366f16a47afcc8cb15180d7cfc39 /llvm/unittests
parent0f312a09b25a4afa2a04013e7461364cfbe3ac07 (diff)
downloadbcm5719-llvm-37af2a9588a3eab3677338a696e026f60333620c.tar.gz
bcm5719-llvm-37af2a9588a3eab3677338a696e026f60333620c.zip
Build (not test) the unittests as part of a normal build.
- 'make unittests' still builds and tests. - 'make unitcheck' inside a unittest directory runs the tests in that directory. llvm-svn: 81687
Diffstat (limited to 'llvm/unittests')
-rw-r--r--llvm/unittests/Makefile.unittest2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/unittests/Makefile.unittest b/llvm/unittests/Makefile.unittest
index 1c75e44d077..355e6a34f51 100644
--- a/llvm/unittests/Makefile.unittest
+++ b/llvm/unittests/Makefile.unittest
@@ -30,6 +30,8 @@ $(LLVMUnitTestExe): $(ObjectsO) $(ProjLibsPaths) $(LLVMLibsPaths)
$(StripWarnMsg)
all:: $(LLVMUnitTestExe)
+
+unitcheck:: $(LLVMUnitTestExe)
$(LLVMUnitTestExe)
endif
OpenPOWER on IntegriCloud