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:
parent
f3ce2fc7de
commit
cec4659baa
3 changed files with 116 additions and 93 deletions
|
|
@ -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'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue