File: rules

package info (click to toggle)
rust-futures-rustls 0.26.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 260 kB
  • sloc: makefile: 7; sh: 1
file content (14 lines) | stat: -rwxr-xr-x 419 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

# * fails as expected but with unexpected error code;
#   maybe broke by upstream git commit b36ab05, by or our using smol v2
TESTS_BROKEN = \
 stream_handshake_regression_issues_77

# test with optional feature "ring", since we mangled default features
override_dh_auto_test:
	dh_auto_test --buildsystem rust -- --features ring \
	 --no-fail-fast -- $(addprefix --skip ,$(TESTS_BROKEN))