File: rules

package info (click to toggle)
tomwer 1.4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,736 kB
  • sloc: python: 66,246; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_TEST_ARGS=-v tomwer/core/*/test_* tomwer/core/*/*/test_* tomwer/core/*/*/*/test_* tomwer/core/*/*/*/*/test_*
export _TOMWER_NO_GUI_UNIT_TESTS=True
export _TOMWER_NO_NETWORK_TESTS=True
export PYBUILD_NAME=tomwer
%:
	dh $@ --with python3 --buildsystem=pybuild