File: rules

package info (click to toggle)
doxyqml 0.3.0-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 200 kB
  • sloc: python: 780; cpp: 54; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with python3 --buildsystem pybuild

PYTHON3 = PYTHONPATH=$(CURDIR) python3

override_dh_auto_test:
	$(PYTHON3) tests/unit/tests.py
	$(PYTHON3) tests/functional/tests.py