generate tests xml when building debian package
This commit is contained in:
parent
5691e3ed9b
commit
a1d1618580
2
debian/rules
vendored
2
debian/rules
vendored
@ -42,6 +42,8 @@ override_dh_install: $(PREPROCESS_FILES:.in=)
|
||||
# installing the documentation as there is no extra install target
|
||||
cp -a $(CURDIR)/doc/html $(CURDIR)/debian/guh-doc/usr/share/doc/guh/ || true
|
||||
|
||||
override_dh_auto_test:
|
||||
dh_auto_test -- TESTARGS="-o -,txt -o test-results.xml,xunitxml"
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=guh-dbg
|
||||
|
||||
Reference in New Issue
Block a user