File: rules

package info (click to toggle)
node-is-number 7.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: javascript: 371; makefile: 11; sh: 5
file content (14 lines) | stat: -rwxr-xr-x 323 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
override_dh_auto_test:
	mocha
else
override_dh_auto_test:
	@echo '*********************************************************'
	@echo 'Skip test suite'
	@echo '*********************************************************'
endif