Overhaul of compression libraries

This commit is contained in:
Adam J. Stewart
2016-07-29 16:49:46 -05:00
parent e6a122417a
commit 58d7704060
8 changed files with 110 additions and 9 deletions

View File

@@ -46,4 +46,5 @@ def install(self, spec, prefix):
configure(*configure_args)
make()
make('check')
make('test') # more exhaustive test
make('install')