diff options
Diffstat (limited to 'llvm/unittests/Makefile.unittest')
-rw-r--r-- | llvm/unittests/Makefile.unittest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/unittests/Makefile.unittest b/llvm/unittests/Makefile.unittest index 8be6174cb90..580ad7d7191 100644 --- a/llvm/unittests/Makefile.unittest +++ b/llvm/unittests/Makefile.unittest @@ -14,7 +14,9 @@ # Set up variables for building a unit test. ifdef TESTNAME +ifndef MAKEFILE_UNITTEST_NO_INCLUDE_COMMON include $(LEVEL)/Makefile.common +endif LLVMUnitTestExe = $(BuildMode)/$(TESTNAME)Tests$(EXEEXT) |