File: rules

package info (click to toggle)
dealer 20190529%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,032 kB
  • sloc: ansic: 1,902; yacc: 630; perl: 400; makefile: 117; sh: 5
file content (8 lines) | stat: -rwxr-xr-x 140 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	./dealer -s 1 Examples/Descr.6c | tee test.out
	grep 'king drops: 0.575647' test.out