freedomofpress / securedrop-builder

Packaging logic for building SecureDrop-related Debian packages
GNU General Public License v3.0
7 stars 11 forks source link

Add Makefile target for test reqs (or include in install-deps) #466

Open eloquence opened 1 year ago

eloquence commented 1 year ago

Currently test-requirements.txt is sitting there, undocumented, waiting for the developer to discover and install it as needed when make test fails. Let's give it a nice comfortable home somewhere, be it as its own Makefile target, or just included in install-deps if we don't mind bundling it up with the build prerequisites.