macos: added Makefile target for macos tests

This commit is contained in:
Georges Dupéron 2018-07-15 23:53:18 +02:00
parent 81a037caa5
commit 3a29713f9d

View File

@ -391,7 +391,10 @@ build/test_pass/sudo_iso_mount: ${os_filename} build/check_makefile | build/mnt_
touch $@
.PHONY: test/macos
test/macos: build/check_makefile | deploy-screenshots
test/macos: all test/noemu test/macos-sh
.PHONY: test/macos-sh
test/macos-sh: build/check_makefile | deploy-screenshots
sudo mkdir /tmp/.X11-unix
sudo chmod a+rwxt /tmp/.X11-unix
xvfb :42 & \