Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 3160499aacb81f6735941eb4c372d87a > files > 5

kvm-83-164.el5_5.30.src.rpm

From 5593cbcea4cb331e8b9b587b1ee4e4f2bde37c41 Mon Sep 17 00:00:00 2001
From: Eduardo Habkost <ehabkost@redhat.com>
Date: Fri, 30 Jan 2009 19:02:37 -0200
Subject: [PATCH 04/54] Kill sha1 test code

Crypto export issues, etc.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 qemu/tests/Makefile |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

diff --git a/qemu/tests/Makefile b/qemu/tests/Makefile
index 326b733..e7c3f02 100644
--- a/qemu/tests/Makefile
+++ b/qemu/tests/Makefile
@@ -6,12 +6,11 @@ CFLAGS=-Wall -O2 -g -fno-strict-aliasing
 LDFLAGS=
 
 ifeq ($(ARCH),i386)
-TESTS=linux-test testthread sha1-i386 test-i386
+TESTS=linux-test testthread test-i386
 endif
 ifeq ($(ARCH),x86_64)
 TESTS=test-x86_64
 endif
-TESTS+=sha1# test_path
 #TESTS+=test_path
 #TESTS+=runcom
 
@@ -62,17 +61,6 @@ test-mmap: test-mmap.c
 linux-test: linux-test.c
 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -lm
 
-# speed test
-sha1-i386: sha1.c
-	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
-
-sha1: sha1.c
-	$(HOST_CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
-
-speed: sha1 sha1-i386
-	time ./sha1
-	time $(QEMU) ./sha1-i386
-
 # vm86 test
 runcom: runcom.c
 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
-- 
1.6.1