at-spi2-core: add test (#25792)

This commit is contained in:
barthel 2018-03-27 16:04:48 +02:00 committed by FX Coudert
parent 59737a1b48
commit 6b6383b807

View file

@ -24,4 +24,8 @@ class AtSpi2Core < Formula
"--enable-introspection=yes"
system "make", "install"
end
test do
system "#{libexec}/at-spi2-registryd", "-h"
end
end