kindasorta working. all tests (except h_action and h_attr_bool, need typemaps) have passed at one time or another, but some segfault at not-quite-random; h_and, h_epsilon_p, h_end_p, h_ignore, h_not, maybe h_choice seem culprity.

This commit is contained in:
Meredith L. Patterson 2013-11-19 02:41:45 -06:00 committed by Dan Hirsch
parent 3228a86b90
commit 96760f1daf
3 changed files with 116 additions and 93 deletions

View file

@ -16,4 +16,6 @@ swig = ['hammer.i']
libhammer_python = pythonenv.SharedLibrary('hammer', swig, SHLIBPREFIX='_')
pytestenv = pythonenv.Clone()
pytestenv.Command(None, 'hammer_tests.py', "nosetests $SOURCE")
pytestenv.Command(None, 'hammer_tests.py', "nosetests -v $SOURCE")
Clean('.', ['hammer.pyc', 'hammer_tests.py', 'hammer_tests.pyc'])