d/rules: no need to override dh_auto_test

It can just run make test
master
Salvo 'LtWorf' Tomaselli 2017-08-18 16:33:41 +07:00
parent d4002e117b
commit 13e6d64d53
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF
1 changed files with 0 additions and 3 deletions

3
debian/rules vendored

@ -4,9 +4,6 @@ SHELL=sh -e
%:
dh $@ --with python3
override_dh_auto_test:
./driver.py
clean:
rm -rf build *.egg-info
dh $@