Skip to content

Commit

Permalink
Enable make check for ASP on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Aug 3, 2015
1 parent 4752657 commit b286af5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,11 +496,9 @@ def configure(self):
@stage
def compile(self, cwd=None):
super(stereopipeline, self).compile(cwd)
if 'ISISROOT' in os.environ and 'ISIS3DATA' in os.environ and self.arch.os == 'osx':
# Do 'make check' if ISIS was set up. Do it only on the Mac,
# as in other places we are lacking all ISIS kernels.
cmd = ('make', 'check')
self.helper(*cmd)
# Run 'make check'
cmd = ('make', 'check')
self.helper(*cmd)

class visionworkbench(GITPackage):
src = 'https://github.com/visionworkbench/visionworkbench.git'
Expand Down

0 comments on commit b286af5

Please sign in to comment.