File: rules

package info (click to toggle)
libcgi-application-plugin-authentication-perl 0.20-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,244 kB
  • ctags: 351
  • sloc: perl: 5,550; sh: 33; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

TEST_FILES=$(filter-out t/03_login_box.t,$(shell echo t/*.t))

%:
	dh $@ --with components

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	-prove --blib --verbose t/03_login_box.t
endif
	dh_auto_test -- --test_files="$(TEST_FILES)"