Codebase list rust-stfu8 / 6e1dc619-f64a-4874-a5fd-720b3a3cf6f7/main src / cargo / debian / rules
6e1dc619-f64a-4874-a5fd-720b3a3cf6f7/main

Tree @6e1dc619-f64a-4874-a5fd-720b3a3cf6f7/main (Download .tar.gz)

rules @6e1dc619-f64a-4874-a5fd-720b3a3cf6f7/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