summaryrefslogtreecommitdiffstats
path: root/unittests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Makefile')
-rw-r--r--unittests/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index 1eb69ab..9f377cd 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -9,14 +9,7 @@
LEVEL = ..
-include $(LEVEL)/Makefile.config
-
-LIBRARYNAME = UnitTestMain
-BUILD_ARCHIVE = 1
-CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/
-CPP.Flags += -Wno-variadic-macros
-
-PARALLEL_DIRS = ADT ExecutionEngine Support VMCore MC
+PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud