diff --git a/ccache.changes b/ccache.changes index 4765b7f..5c4f221 100644 --- a/ccache.changes +++ b/ccache.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 11 08:41:42 UTC 2018 - mpluskal@suse.com + +- Enable testsuite + ------------------------------------------------------------------- Tue Apr 17 11:52:37 UTC 2018 - kstreitova@suse.com diff --git a/ccache.spec b/ccache.spec index a530a12..915107d 100644 --- a/ccache.spec +++ b/ccache.spec @@ -22,7 +22,7 @@ Release: 0 Summary: A Fast C/C++ Compiler Cache License: GPL-3.0-or-later Group: Development/Languages/C and C++ -Url: https://ccache.samba.org/ +URL: https://ccache.samba.org/ Source0: https://www.samba.org/ftp/%{name}/%{name}-%{version}.tar.xz Source1: https://www.samba.org/ftp/%{name}/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring @@ -60,6 +60,9 @@ ln -sf ../../bin/%{name} clang++ ln -sf ../../bin/%{name} cc ln -sf ../../bin/%{name} c++ +%check +make %{?_smp_mflags} check + %files %license LICENSE.* GPL-3.0.txt %doc doc/AUTHORS.* doc/MANUAL.* doc/NEWS.* README.*