From a0289215cfd7478c280f2f925b3813ac645278fd Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 15 Oct 2014 09:58:08 +0100 Subject: [PATCH] run test suite --- libplist.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libplist.spec b/libplist.spec index 170f570..935b48f 100644 --- a/libplist.spec +++ b/libplist.spec @@ -50,6 +50,9 @@ make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -delete +%check +make check + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig