From 3a29713f9de38a6200ce0d2482bcba888254d0a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sun, 15 Jul 2018 23:53:18 +0200 Subject: [PATCH] macos: added Makefile target for macos tests --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0defb45..2f20537 100644 --- a/Makefile +++ b/Makefile @@ -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 & \