diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-03-17 16:14:59 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-03-17 16:14:59 +0000 |
commit | 501adac7aa2951dca2dfbb50d37b2d307e7af915 (patch) | |
tree | 3e173ab2fb8008978fe733065fd399a03a683710 /unittests/Makefile | |
parent | 12a9dc8c14301ae199f2c2d6ab55cc5c995101cd (diff) |
Minimal raw_ostream unit tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67083 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 d96df4f52d..2a13b8d536 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -16,7 +16,7 @@ BUILD_ARCHIVE = 1 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/ CPP.Flags += -Wno-variadic-macros -PARALLEL_DIRS = ADT +PARALLEL_DIRS = ADT Support include $(LEVEL)/Makefile.common |