merge from main branch
authorPaul Brossier <piem@piem.org>
Thu, 25 Oct 2007 02:02:06 +0000 (04:02 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 25 Oct 2007 02:02:06 +0000 (04:02 +0200)
1  2 
python/test/run_all_tests
swig/aubio.i

index 0000000,a066ca3..56cefc2
mode 000000,100755..100755
--- /dev/null
@@@ -1,0 -1,15 +1,15 @@@
 -modules_to_test = ['aubiomodule', 'fvec', 'cvec']
+ #! /usr/bin/python
+ # add ${src}/python and ${src}/python/aubio/.libs to python path
+ # so the script is runnable from a compiled source tree.
+ import sys, os
+ sys.path.append('..')
+ sys.path.append(os.path.join('..','aubio','.libs'))
+ import unittest
++modules_to_test = ['aubiomodule', 'fvec', 'cvec', 'filterbank']
+ if __name__ == '__main__':
+   for module in modules_to_test: exec('from %s import *' % module)
+   unittest.main()
diff --cc swig/aubio.i
Simple merge