[make] show tests/ in coverage reports
[aubio.git] / python / tests / run_all_tests
1 #! /usr/bin/env python
2
3 if __name__ == '__main__':
4     import nose2.main
5     nose2.discover()