ref: 97525e4f81d3798352e3a0ba310d857993661a77
parent: 00c522bd45d1fa30318f58fcfbedaf7a661e53d7
author: Paul Brossier <piem@piem.org>
date: Thu Oct 25 00:00:15 EDT 2007
renamed run_all_tests script
--- a/python/test/all_tests.py
+++ /dev/null
@@ -1,15 +1,0 @@
-#! /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']
-
-if __name__ == '__main__':
- for module in modules_to_test: exec('from %s import *' % module)
- unittest.main()
--- /dev/null
+++ b/python/test/run_all_tests
@@ -1,0 +1,15 @@
+#! /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']
+
+if __name__ == '__main__':
+ for module in modules_to_test: exec('from %s import *' % module)
+ unittest.main()