move around files in tests/python according to src/ changes
authorPaul Brossier <piem@piem.org>
Fri, 30 Nov 2007 18:39:19 +0000 (19:39 +0100)
committerPaul Brossier <piem@piem.org>
Fri, 30 Nov 2007 18:39:19 +0000 (19:39 +0100)
commit66a150a25930213535541669ac0afa76ef216d9d
tree19bfc2f8c2399f400888d7178c9c5162f5ff39de
parentd05c54fad5903415210aa6a594ba7eb0d3455ae7
move around files in tests/python according to src/ changes
23 files changed:
tests/python/cvec.py [deleted file]
tests/python/fft.py [deleted file]
tests/python/filterbank.py [deleted file]
tests/python/filterbank_mfcc.txt [deleted file]
tests/python/fvec.py [deleted file]
tests/python/hist.py [deleted file]
tests/python/phasevoc.py [deleted file]
tests/python/pitchdetection.py [deleted file]
tests/python/run_all_tests
tests/python/src/__init__.py [new file with mode: 0644]
tests/python/src/cvec.py [new file with mode: 0644]
tests/python/src/fvec.py [new file with mode: 0644]
tests/python/src/onset/__init__.py [new file with mode: 0644]
tests/python/src/pitch/__init__.py [new file with mode: 0644]
tests/python/src/pitch/pitchdetection.py [new file with mode: 0644]
tests/python/src/spectral/__init__.py [new file with mode: 0644]
tests/python/src/spectral/fft.py [new file with mode: 0644]
tests/python/src/spectral/filterbank.py [new file with mode: 0644]
tests/python/src/spectral/filterbank_mfcc.txt [new file with mode: 0644]
tests/python/src/spectral/phasevoc.py [new file with mode: 0644]
tests/python/src/temporal/__init__.py [new file with mode: 0644]
tests/python/src/utils/__init__.py [new file with mode: 0644]
tests/python/src/utils/hist.py [new file with mode: 0644]