debian-forge/test/Makefile
2019-07-25 15:47:53 +02:00

11 lines
161 B
Makefile

up:
vagrant up
destroy:
vagrant destroy -f
install-deps:
vagrant provision
run-tests-remotely:
vagrant ssh -c 'pushd /vagrant; sudo python3 run-tests.py'