#!/usr/bin/env python3

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

import astropy_healpix
res = astropy_healpix.test()
exit(res)
