From: Paul Brossier Date: Thu, 12 Jul 2012 03:58:01 +0000 (-0600) Subject: interfaces/python/test_*.py: make executables X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1ebf8770a9d9c89d88cdef157b876e8d2071bcdd;p=aubio.git interfaces/python/test_*.py: make executables --- diff --git a/interfaces/python/test_aubio.py b/interfaces/python/test_aubio.py old mode 100644 new mode 100755 index 9af5ba2f..2d29e734 --- 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): diff --git a/interfaces/python/test_cvec.py b/interfaces/python/test_cvec.py old mode 100644 new mode 100755 diff --git a/interfaces/python/test_fft.py b/interfaces/python/test_fft.py old mode 100644 new mode 100755 index 60738d2f..7ee33650 --- 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 diff --git a/interfaces/python/test_fvec.py b/interfaces/python/test_fvec.py old mode 100644 new mode 100755 index 80e8fceb..2505c52a --- 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 diff --git a/interfaces/python/test_phasevoc.py b/interfaces/python/test_phasevoc.py old mode 100644 new mode 100755 index 71b3e140..87d70b8a --- 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