File: rules

package info (click to toggle)
doxyqml 0.2.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 144 kB
  • ctags: 115
  • sloc: python: 694; cpp: 24; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with python2

PYTHON = PYTHONPATH=$(CURDIR) python

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