Skip to content

Commit

Permalink
add conda-inspect tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Feb 5, 2017
1 parent 01062b6 commit 75ead8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ test:
- test -f $PREFIX/lib/libgd.a # [linux]
- test -f $PREFIX/lib/libgd.dylib # [osx]
- test -f $PREFIX/lib/libgd.la
- conda inspect linkages -p $PREFIX libgd # [not win]
- conda inspect objects -p $PREFIX libgd # [osx]

about:
home: http://libgd.github.io/
Expand Down

0 comments on commit 75ead8a

Please sign in to comment.