hy/bin/hytest
2013-03-02 21:30:37 -05:00

8 lines
103 B
Python
Executable File

#!/usr/bin/env python
from nose.core import TestProgram
import sys
import hy
sys.exit(TestProgram())