File: rules

package info (click to toggle)
python-test-tunnel 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: python: 742; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=test_tunnel

include /usr/share/dpkg/default.mk

%:
	dh '$@' --buildsystem=pybuild

override_dh_auto_test:
	dh_auto_test -- --test-custom --test-args ' \
		set -e; \
		env PYTHONPATH=. python{version} -m test_tunnel.cmd_test.microsocks -v -p /usr/bin/microsocks; \
		set +e'