trivial: Enable the tests in the reference spec file

This commit is contained in:
Richard Hughes 2017-06-15 11:47:37 +01:00
parent 20d2d726e0
commit 8d1054eaf1
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,6 @@ mv fwupd-$VERSION.tar.xz $HOME/rpmbuild/SOURCES/
#generate a spec file
sed "s,#VERSION#,$VERSION,;
s,enable_tests 0,enable_tests 1,;
s,#BUILD#,1,;
s,#LONGDATE#,`date '+%a %b %d %Y'`,;
s,#ALPHATAG#,alpha,;

View File

@ -6,7 +6,7 @@
%define alphatag #ALPHATAG#
%global enable_tests 0
%global enable_tests 1
%ifarch x86_64 %{ix86}
%global have_smbios 1