[slang] run test suite

Miroslav Lichvar mlichvar at fedoraproject.org
Thu Jan 24 12:07:54 UTC 2013


commit 12d49199c51c114ebc0e4f9b3acdcd5d2dc34254
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Thu Jan 24 12:53:41 2013 +0100

    run test suite

 slang.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/slang.spec b/slang.spec
index 59e4a99..887911e 100644
--- a/slang.spec
+++ b/slang.spec
@@ -83,6 +83,9 @@ for h in slang.h slcurses.h; do
 	ln -s ../$h $RPM_BUILD_ROOT%{_includedir}/slang/$h
 done
 
+%check
+make check
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig


More information about the scm-commits mailing list