summaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-07-20 03:04:36 +0000
committerHans Wennborg <hans@hanshq.net>2013-07-20 03:04:36 +0000
commit6cc16a04797b0d231405f4fb6ccd22a85269ad20 (patch)
tree295eaf788f949427543c6b0a1812e5e94675af52 /unittests/Makefile
parent96ea03839becf151b2eda518b4bc55b84f6373bf (diff)
downloadllvm-6cc16a04797b0d231405f4fb6ccd22a85269ad20.tar.gz
llvm-6cc16a04797b0d231405f4fb6ccd22a85269ad20.tar.bz2
llvm-6cc16a04797b0d231405f4fb6ccd22a85269ad20.tar.xz
Add Option unit tests to the make build
Previously, they were only built and run in the CMake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186756 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Makefile')
-rw-r--r--unittests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index d8bf1f8fff..36b82da9e6 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -9,8 +9,8 @@
LEVEL = ..
-PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode \
- DebugInfo Object
+PARALLEL_DIRS = ADT Analysis Bitcode DebugInfo ExecutionEngine IR Object \
+ Option Support Transforms
include $(LEVEL)/Makefile.common