diff options
| author | Ric Pruss | 2012-01-08 06:50:18 +1000 |
|---|---|---|
| committer | Misty De Meo | 2012-01-07 23:28:53 -0600 |
| commit | 114a9f22d16eaa7f5f56c969c669880dd78b063d (patch) | |
| tree | 2bacbc1831b4560ea139df50be025a312aac0e30 /Library/Formula | |
| parent | e9c6e5b64e3f3e6469172ce7f3fddc1eba259802 (diff) | |
| download | homebrew-114a9f22d16eaa7f5f56c969c669880dd78b063d.tar.bz2 | |
ta-lib: use full regression test, remove comment
Closes #9483.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ta-lib.rb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/ta-lib.rb b/Library/Formula/ta-lib.rb index 9b81d249a..2bca97377 100644 --- a/Library/Formula/ta-lib.rb +++ b/Library/Formula/ta-lib.rb @@ -9,14 +9,10 @@ class TaLib < Formula system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" + bin.install ['src/tools/ta_regtest/.libs/ta_regtest'] end def test - # This test will fail and we won't accept that! It's enough to just - # replace "false" with the main program this formula installs, but - # it'd be nice if you were more thorough. Test the test with - # `brew test ta-lib`. Remove this comment before submitting - # your pull request! - system "#{bin}/ta-lib" + system "#{bin}/ta_regtest" end end |
