From 1ebf8770a9d9c89d88cdef157b876e8d2071bcdd Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 11 Jul 2012 21:58:01 -0600 Subject: [PATCH] interfaces/python/test_*.py: make executables --- interfaces/python/test_aubio.py | 2 ++ interfaces/python/test_cvec.py | 0 interfaces/python/test_fft.py | 2 ++ interfaces/python/test_fvec.py | 2 ++ interfaces/python/test_phasevoc.py | 2 ++ 5 files changed, 8 insertions(+) mode change 100644 => 100755 interfaces/python/test_aubio.py mode change 100644 => 100755 interfaces/python/test_cvec.py mode change 100644 => 100755 interfaces/python/test_fft.py mode change 100644 => 100755 interfaces/python/test_fvec.py mode change 100644 => 100755 interfaces/python/test_phasevoc.py 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 -- 2.26.2