From 2bedc53872c4834a0faa61828feac66c7a210578 Mon Sep 17 00:00:00 2001
From: Lorenzo Moneta <Lorenzo.Moneta@cern.ch>
Date: Tue, 1 Oct 2013 11:34:20 +0200
Subject: [PATCH] remove  linkTest1 test

---
 math/vc/tests/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/math/vc/tests/Makefile b/math/vc/tests/Makefile
index b202ff4635d..78eec928e97 100644
--- a/math/vc/tests/Makefile
+++ b/math/vc/tests/Makefile
@@ -45,10 +45,10 @@ endif
 EXTRALIBS += $(ROOTSYS)/lib/libVc.a
 
 
-OBJS          = arithmetics.o casts.o deinterleave.o expandandmerge.o gather.o implicit_type_conversion.o  linkTest1.o load.o \
+OBJS          = arithmetics.o casts.o deinterleave.o expandandmerge.o gather.o implicit_type_conversion.o   load.o \
 		mask.o math.o memory.o scalaraccess.o scatter.o sse_blend.o stlcontainer.o store.o supportfunctions.o swizzles.o utils.o
 
-PROGRAMS      = arithmetics  casts deinterleave expandandmerge gather implicit_type_conversion  linkTest1 load \
+PROGRAMS      = arithmetics  casts deinterleave expandandmerge gather implicit_type_conversion   load \
 		mask math memory scalaraccess scatter sse_blend stlcontainer store supportfunctions swizzles utils
 
 
@@ -83,9 +83,9 @@ implicit_type_conversion: 	implicit_type_conversion.o
 # 		$(LD) $(LDFLAGS) $^  $(EXTRALIBS)  $(OutPutOpt)$@
 # 		@echo "$@ done"
 
-linkTest1: 	linkTest1.o
-		$(LD) $(LDFLAGS) $^  $(EXTRALIBS)  $(OutPutOpt)$@
-		@echo "$@ done"
+# linkTest1: 	linkTest1.o
+# 		$(LD) $(LDFLAGS) $^  $(EXTRALIBS)  $(OutPutOpt)$@
+# 		@echo "$@ done"
 
 load:	 	load.o
 		$(LD) $(LDFLAGS) $^  $(EXTRALIBS)  $(OutPutOpt)$@
-- 
GitLab