summaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2013-12-18 19:20:29 +0000
committerOwen Anderson <resistor@mac.com>2013-12-18 19:20:29 +0000
commit04946d54db28d963a330f4d390c433069ac36da8 (patch)
tree9819fa2aa97994271278809537ed6dfb923883ef /unittests/Makefile
parent2ceb6aeb6669cb9406f7326d80861d7f1c99330f (diff)
Add a unit test for loading an object file via a file descriptor. Patch by Pete Cooper.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197600 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 06ba93243e3..d80cab26212 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -9,8 +9,8 @@
LEVEL = ..
-PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
- MC Object Option Support Transforms
+PARALLEL_DIRS = ADT Analysis ArchiveFileDescriptor Bitcode CodeGen DebugInfo \
+ ExecutionEngine IR MC Object Option Support Transforms
include $(LEVEL)/Makefile.common