summaryrefslogtreecommitdiff
path: root/test/spec/make-check-outside-check-section.spec
blob: 158a74abe1c134c546105b4ac44844ad00817269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Name:           make-check-outside-check-section
Version:        0
Release:        0
Summary:        make-check-outside-check-section warning.
Group:          Undefined
License:        GPLv2
URL:            http://rpmlint.zarb.org/#%{name}

%description
Make check or other automated regression test should be run in %check, as
they can be disabled with a rpm macro for short circuiting purposes

%prep

make check

%check

%changelog