[mdds] clean up %check

David Tardon dtardon at fedoraproject.org
Sat Jul 28 06:32:52 UTC 2012


commit 9fea7a14f17c8265ce35738043185148032b461f
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Jul 27 17:46:08 2012 +0200

    clean up %check

 mdds.spec |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)
---
diff --git a/mdds.spec b/mdds.spec
index 08bfe41..750f1b2 100644
--- a/mdds.spec
+++ b/mdds.spec
@@ -1,6 +1,3 @@
-%global do_mem_tests 0
-%global do_perf_tests 0
-
 Name: mdds
 Version: 0.6.0
 Release: 0%{?dist}
@@ -12,9 +9,6 @@ URL: http://code.google.com/p/multidimalgorithm/
 Source0: http://multidimalgorithm.googlecode.com/files/%{name}_%{version}.tar.bz2
 
 BuildRequires: boost-devel
-%if %{do_mem_tests}
-BuildRequires: valgrind
-%endif
 
 BuildArch: noarch
 
@@ -61,17 +55,6 @@ make %{?_smp_mflags}
 for t in fst pqt recset st; do
     make test.$t
 done
-%if %{do_perf_tests}
-    for t in recset st; do
-        make test.$t.perf
-    done
-    make test.stl
-%endif
-%if %{do_mem_tests}
-    for t in fst pqt recset st; do
-        make test.$t.mem
-    done
-%endif
 
 
 %files devel


More information about the scm-commits mailing list