Codebase list rust-stfu8 / abe02419-11ab-4f45-9317-673d3a61feb9/main src / cargo / debian / rules
abe02419-11ab-4f45-9317-673d3a61feb9/main

Tree @abe02419-11ab-4f45-9317-673d3a61feb9/main (Download .tar.gz)

rules @abe02419-11ab-4f45-9317-673d3a61feb9/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_auto_test:
	dh_auto_test
# tests fail due to missing files from parent workspace
#	dh_auto_test -- test --all