aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sdl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/sdl.rb')
-rw-r--r--Library/Formula/sdl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sdl.rb b/Library/Formula/sdl.rb
index f6242daab..a88ccae21 100644
--- a/Library/Formula/sdl.rb
+++ b/Library/Formula/sdl.rb
@@ -63,7 +63,7 @@ class Sdl < Formula
libexec.install Dir["src/main/macosx/*"] unless build.head?
end
- def test
+ test do
system "#{bin}/sdl-config", "--version"
end
end