aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sdl2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/sdl2.rb')
-rw-r--r--Library/Formula/sdl2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sdl2.rb b/Library/Formula/sdl2.rb
index 2aaa35219..85cca463c 100644
--- a/Library/Formula/sdl2.rb
+++ b/Library/Formula/sdl2.rb
@@ -34,7 +34,7 @@ class Sdl2 < Formula
system "make install"
end
- def test
+ test do
system "#{bin}/sdl2-config", "--version"
end
end