aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-13 22:39:27 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-13 22:39:27 +0000
commit4f1c655d38daf554042502391aac0b873d6d4d75 (patch)
treee52e098fd56608b4aea80f66d4f91f30af69126a /Makefile
parent84c0c9a5d338d233548b6f4bc8a81dcd47744be5 (diff)
downloadexternal_llvm-4f1c655d38daf554042502391aac0b873d6d4d75.zip
external_llvm-4f1c655d38daf554042502391aac0b873d6d4d75.tar.gz
external_llvm-4f1c655d38daf554042502391aac0b873d6d4d75.tar.bz2
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81725 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8d4367..03ab044 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ ifeq ($(BUILD_DIRS_ONLY),1)
OPTIONAL_DIRS :=
else
DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \
- tools runtime docs
+ tools runtime docs unittests
OPTIONAL_DIRS := examples projects bindings
endif