diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-24 19:20:05 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-24 19:20:05 +0000 |
commit | f2ca4cb86df1d38c439f35774210b16f36841531 (patch) | |
tree | 1e34e5b1f175a61d12fc3664b0aa889717c8dc00 /unittests/Makefile | |
parent | bf8209daf875fa533a379290a91d01be5152597d (diff) |
unittests: Add SystemTests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120101 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Makefile')
-rw-r--r-- | unittests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Makefile b/unittests/Makefile index 0401cd1c673..71ba5523266 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,7 +9,7 @@ LEVEL = .. -PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis +PARALLEL_DIRS = ADT ExecutionEngine Support System Transforms VMCore Analysis include $(LEVEL)/Makefile.common |