at-spi2-core: add test (#25792)
This commit is contained in:
parent
59737a1b48
commit
6b6383b807
1 changed files with 4 additions and 0 deletions
|
@ -24,4 +24,8 @@ class AtSpi2Core < Formula
|
|||
"--enable-introspection=yes"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{libexec}/at-spi2-registryd", "-h"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue