diff options
| author | Xu Cheng | 2014-12-31 16:09:36 +0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-31 15:27:46 +0000 |
| commit | 4b4e97b496ef22f4dc2a0f213bcf23436716e7c8 (patch) | |
| tree | 5b4d890dfad6c5e7fe6149d1d5b42eac031576df /Library/Formula/little-cms2.rb | |
| parent | 82779c15fc8a50d399a63bf7ff0c70ca9241c528 (diff) | |
| download | homebrew-4b4e97b496ef22f4dc2a0f213bcf23436716e7c8.tar.bz2 | |
little-cms2: add test
Closes #35387.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/little-cms2.rb')
| -rw-r--r-- | Library/Formula/little-cms2.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/little-cms2.rb b/Library/Formula/little-cms2.rb index c52dbba39..a6dcd4cac 100644 --- a/Library/Formula/little-cms2.rb +++ b/Library/Formula/little-cms2.rb @@ -26,4 +26,9 @@ class LittleCms2 < Formula system "./configure", *args system "make", "install" end + + test do + system "#{bin}/jpgicc", test_fixtures("test.jpg"), "out.jpg" + assert File.exist?("out.jpg") + end end |
