File: rules

package info (click to toggle)
python-csa 0.1.13-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 572 kB
  • sloc: python: 2,444; cpp: 320; sh: 49; makefile: 39
file content (15 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

#override_dh_auto_test:
#ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
#	set -e; \
#	for python in $(shell pyversions -r); do \
#		$$python /usr/bin/nosetests ../../tests/test_csa.py; \
#	done
#endif

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	echo "Tests are missing from latest tarball"