diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-13 22:39:27 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-13 22:39:27 +0000 |
commit | 96ccc47a1322b5916c740ef3702269cec1555c44 (patch) | |
tree | 5db1b1b51f5da33bd69a800e7d0c10a453dee53b /llvm/unittests/Makefile.unittest | |
parent | b4370748b3a051813ed78e208821c3c9d9495f6e (diff) | |
download | bcm5719-llvm-96ccc47a1322b5916c740ef3702269cec1555c44.tar.gz bcm5719-llvm-96ccc47a1322b5916c740ef3702269cec1555c44.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: 81725
Diffstat (limited to 'llvm/unittests/Makefile.unittest')
-rw-r--r-- | llvm/unittests/Makefile.unittest | 2 |
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 |