#!/usr/bin/env python

import os
os.chdir(os.getenv('ADTTMP', '/tmp'))

import spectral-cube
res = spectral-cube.test()
exit(res)
