hy/bin/hytest

8 lines
103 B
Plaintext
Raw Normal View History

2013-03-02 21:30:37 -05:00
#!/usr/bin/env python
from nose.core import TestProgram
import sys
import hy
sys.exit(TestProgram())