ref: 1ebf8770a9d9c89d88cdef157b876e8d2071bcdd
parent: 5e3ed601dcacc8a0e14c6d4cc94ef3f917254630
author: Paul Brossier <piem@piem.org>
date: Wed Jul 11 17:58:01 EDT 2012
interfaces/python/test_*.py: make executables
--- a/interfaces/python/test_aubio.py
+++ b/interfaces/python/test_aubio.py
@@ -1,3 +1,5 @@
+#! /usr/bin/python
+
from numpy.testing import TestCase, run_module_suite
class aubiomodule_test_case(TestCase):
--- a/interfaces/python/test_fft.py
+++ b/interfaces/python/test_fft.py
@@ -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
--- a/interfaces/python/test_fvec.py
+++ b/interfaces/python/test_fvec.py
@@ -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
--- a/interfaces/python/test_phasevoc.py
+++ b/interfaces/python/test_phasevoc.py
@@ -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