diff options
| author | Steve McIntyre <steve@einval.com> | 2022-04-27 23:15:28 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2022-04-27 23:15:28 +0100 |
| commit | b947ca6ac04943b66e70d37fc00c202eabf2c090 (patch) | |
| tree | 2a32ac4ea45b5fc6e9e28e8397b166477d655ed3 /debian/rules | |
| parent | 7c81b875e35c50fe1902457e28c97a3210ceb190 (diff) | |
| download | efi-boot-shim-b947ca6ac04943b66e70d37fc00c202eabf2c090.tar.gz efi-boot-shim-b947ca6ac04943b66e70d37fc00c202eabf2c090.zip | |
Tweak setup for dh_auto_test so the tests work
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 58620be6..6228fcca 100755 --- a/debian/rules +++ b/debian/rules @@ -70,6 +70,9 @@ override_dh_auto_clean: override_dh_auto_build: $(DBX_LIST) $(SBAT_DATA) dh_auto_build -- INSTALL=install $(COMMON_OPTIONS) +override_dh_auto_test: $(DBX_LIST) $(SBAT_DATA) + dh_auto_test -- INSTALL=install $(COMMON_OPTIONS) + override_dh_auto_install: dh_auto_install --destdir=debian/tmp -- INSTALL=install $(COMMON_OPTIONS) # Remove the copy of the source that's installed - we have git |
