File: rules

package info (click to toggle)
libdbix-class-perl 0.082810-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,012 kB
  • ctags: 2,157
  • sloc: perl: 26,390; sql: 322; makefile: 10
file content (14 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	DBICTEST_FORK_STRESS=1    \
	DBICTEST_THREAD_STRESS=1  \
	DBICTEST_STORAGE_STRESS=1 \
	dh_auto_test

override_dh_clean:
	[ ! -d t/var ] || rm -rf t/var/
	dh_clean