summaryrefslogtreecommitdiff
path: root/APKBUILD.5
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-06-06 23:11:31 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-06-06 23:11:31 -0500
commit9919a69180a8b2edd9368e1e5fa0ba2e80af70ae (patch)
treea371b4eec834608b181b4bde1929a4f157918d13 /APKBUILD.5
parent63674cd048f2763638d155cf515be08cc41e99f9 (diff)
downloadabuild-9919a69180a8b2edd9368e1e5fa0ba2e80af70ae.tar.gz
abuild-9919a69180a8b2edd9368e1e5fa0ba2e80af70ae.tar.bz2
abuild-9919a69180a8b2edd9368e1e5fa0ba2e80af70ae.tar.xz
abuild-9919a69180a8b2edd9368e1e5fa0ba2e80af70ae.zip
abuild: Add checkx11 optionHEADmaster
This allows test suites that require X11 and/or D-Bus to run.
Diffstat (limited to 'APKBUILD.5')
-rw-r--r--APKBUILD.56
1 files changed, 6 insertions, 0 deletions
diff --git a/APKBUILD.5 b/APKBUILD.5
index dc1c24b..af22a59 100644
--- a/APKBUILD.5
+++ b/APKBUILD.5
@@ -302,6 +302,12 @@ The reason for disabling the check phase should be noted in a comment.
Specifies that the package's test suite will be run in
.Xr fakeroot 8 .
This is necessary for some test suites which fail when run as non-root.
+.It Cm checkx11
+Specifies that the package's test suite requires a running X11 server.
+This will spawn a D-Bus session bus connected to an Xvfb on display
+number 7. The framebuffer can be monitored by running the command
+.Cm xwud -in /tmp/Xvfb_screen0
+if desired.
.It Cm !dbg
Specifies that the package should not be built with a debug information
package.