summaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/ExecutionEngine/Makefile')
-rw-r--r--unittests/ExecutionEngine/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/unittests/ExecutionEngine/Makefile b/unittests/ExecutionEngine/Makefile
index e837a7d..d4ef92f 100644
--- a/unittests/ExecutionEngine/Makefile
+++ b/unittests/ExecutionEngine/Makefile
@@ -8,12 +8,11 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
+TESTNAME = ExecutionEngine
+LINK_COMPONENTS := engine interpreter
include $(LEVEL)/Makefile.config
PARALLEL_DIRS = JIT
-include $(LEVEL)/Makefile.common
-
-clean::
- $(Verb) $(RM) -f *Tests
+include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
OpenPOWER on IntegriCloud