Commit 4568a1cf authored by Luke Macken's avatar Luke Macken

Run the test suite in our RPM build

parent ef32c571
......@@ -12,6 +12,8 @@ Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{ver
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools-devel
BuildRequires: python-nose
Requires: gdb >= 7.3
......@@ -26,6 +28,9 @@ also comes with a variety of example payloads.
%build
%{__python} setup.py build
%check
%{__python} setup.py test
%install
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment