File: rules

package info (click to toggle)
dealer 20211121%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,064 kB
  • sloc: ansic: 1,921; yacc: 624; perl: 400; makefile: 117; sh: 5
file content (8 lines) | stat: -rwxr-xr-x 140 bytes parent folder | download | duplicates (4)
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