File: rules

package info (click to toggle)
ros-catkin-tools 0.9.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,444 kB
  • sloc: python: 8,092; sh: 354; xml: 221; makefile: 147; cpp: 50
file content (9 lines) | stat: -rwxr-xr-x 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_TEST_ARGS = --verbose -k 'not code_format and not python2 and not catkin_failure and not other_target' --ignore tests/system/resources

%:
	dh $@ --buildsystem=pybuild

# Skip test at build time, setuptools does not create required entry points
override_dh_auto_test: