llvm/unittests: Simplify LINK_COMPONENTS.
[oota-llvm.git] / unittests / ExecutionEngine / JIT / Makefile
index b429033b19bb9e97e337a5c3de09970666ca5847..b535a6b29605c340ef54fa0a993323422af01de1 100644 (file)
@@ -9,11 +9,12 @@
 
 LEVEL = ../../..
 TESTNAME = JIT
-LINK_COMPONENTS := asmparser bitreader bitwriter core jit native support
+LINK_COMPONENTS := asmparser bitreader bitwriter jit native
 
 include $(LEVEL)/Makefile.config
 
-SOURCES := JITEventListenerTest.cpp
+SOURCES := JITEventListenerTest.cpp JITMemoryManagerTest.cpp JITTest.cpp MultiJITTest.cpp
+
 
 ifeq ($(USE_INTEL_JITEVENTS), 1)
   # Build the Intel JIT Events interface tests