Tests: Declare requirement on xr

This was overlooked because makem.sh gets run with --install-linters,
which installs relint, which depends on xr.
This commit is contained in:
Adam Porter 2024-06-27 07:41:16 -05:00
parent ccbd5b4594
commit bfb0fbeec1

View file

@ -3,7 +3,7 @@
;; Copyright (C) 2019 Adam Porter
;; Author: Adam Porter <adam@alphapapa.net>
;; Package-Requires: ((buttercup) (with-simulated-input))
;; Package-Requires: ((buttercup) (with-simulated-input) (xr))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by