[gnash/gnash-git] Revert "Disable testsuite as we don't have the required dejagnu version"

Hicham HAOUARI hicham at fedoraproject.org
Tue Mar 15 22:34:26 UTC 2011


commit a53f710ea3e4b78406bc6d79f919a9823e89b898
Author: Hicham HAOUARI <hicham.haouari at gmail.com>
Date:   Tue Mar 15 22:33:44 2011 +0000

    Revert "Disable testsuite as we don't have the required dejagnu version"
    
    This reverts commit bfe79a90a0036966dee561371088872797abb1c8.

 gnash.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gnash.spec b/gnash.spec
index c0e54e5..0252e0f 100644
--- a/gnash.spec
+++ b/gnash.spec
@@ -24,6 +24,7 @@ BuildRequires:  giflib-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  speex-devel gstreamer-plugins-base-devel
 BuildRequires:  libtool-ltdl-devel
+BuildRequires:  dejagnu
 BuildRequires:  mysql-devel
 BuildRequires:  xulrunner-devel
 
@@ -129,7 +130,7 @@ autoreconf -if
 %configure --disable-static --with-npapi-plugindir=%{_libdir}/mozilla/plugins \
   --enable-docbook --disable-ghelp --enable-media=GST \
   --disable-dependency-tracking --disable-rpath \
-  --disable-testsuite \
+  --enable-testsuite \
   --without-swfdec-testsuite \
   --without-ming \
   --enable-cygnal \
@@ -152,6 +153,9 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
 %find_lang %{name}
 
+%check
+make check
+
 %post 
 /sbin/install-info %{_infodir}/gnash_ref.info %{_infodir}/dir || :
 /sbin/install-info %{_infodir}/gnash_user.info %{_infodir}/dir || :
@@ -280,7 +284,6 @@ touch --no-create %{_datadir}/icons/hicolor
 %changelog
 * Tue Mar 15 2011 Hicham HAOUARI <hicham.haouari at gmail.com> - 1:0.8.9-0.2.rc4
 - Update to 0.8.9rc4
-- Disable testsuite as we don't have the required dejagnu version ( rhbz #687965 )
 
 * Wed Mar 12 2011 Hicham HAOUARI <hicham.haouari at gmail.com> - 1:0.8.9-0.1.20110312git
 - Switch to 0.8.9 branch


More information about the scm-commits mailing list