Codebase list rust-stfu8 / da1edf9 src / cargo / debian / rules
da1edf9

Tree @da1edf9 (Download .tar.gz)

rules @da1edf9raw · 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