diff options
Diffstat (limited to 'unittests/Object/Makefile')
-rw-r--r-- | unittests/Object/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/unittests/Object/Makefile b/unittests/Object/Makefile new file mode 100644 index 0000000000000..9062149a24d9c --- /dev/null +++ b/unittests/Object/Makefile @@ -0,0 +1,15 @@ +##===- unittests/Object/Makefile ---------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = ../.. +TESTNAME = Object +LINK_COMPONENTS := object + +include $(LEVEL)/Makefile.config +include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest |