interfaces/python/test_*.py: make executables
authorPaul Brossier <piem@piem.org>
Thu, 12 Jul 2012 03:58:01 +0000 (21:58 -0600)
committerPaul Brossier <piem@piem.org>
Thu, 12 Jul 2012 03:58:01 +0000 (21:58 -0600)
interfaces/python/test_aubio.py [changed mode: 0644->0755]
interfaces/python/test_cvec.py [changed mode: 0644->0755]
interfaces/python/test_fft.py [changed mode: 0644->0755]
interfaces/python/test_fvec.py [changed mode: 0644->0755]
interfaces/python/test_phasevoc.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 9af5ba2..2d29e73
@@ -1,3 +1,5 @@
+#! /usr/bin/python
+
 from numpy.testing import TestCase, run_module_suite
 
 class aubiomodule_test_case(TestCase):
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index 60738d2..7ee3365
@@ -1,3 +1,5 @@
+#! /usr/bin/python
+
 from numpy.testing import TestCase, run_module_suite
 from numpy.testing import assert_equal, assert_almost_equal
 # WARNING: numpy also has an fft object
old mode 100644 (file)
new mode 100755 (executable)
index 80e8fce..2505c52
@@ -1,3 +1,5 @@
+#! /usr/bin/python
+
 from numpy.testing import TestCase, run_module_suite
 from numpy.testing import assert_equal, assert_almost_equal
 from aubio import fvec, zero_crossing_rate, alpha_norm, min_removal
old mode 100644 (file)
new mode 100755 (executable)
index 71b3e14..87d70b8
@@ -1,3 +1,5 @@
+#! /usr/bin/python
+
 from numpy.testing import TestCase, run_module_suite
 from numpy.testing import assert_equal, assert_almost_equal
 from aubio import fvec, cvec, pvoc