#
# ChangeLog for tests/src/Makefile.am
#
# Generated by Trac 1.2
# Apr 8, 2025, 9:13:21 AM

Tue, 10 Jul 2012 22:26:12 GMT Paul Brossier <piem@piem.org> [02418f6]
	* tests/python/src/onset/peakpicker.py (moved)
	* tests/src/Makefile.am (modified)
	* tests/src/onset/test-onset.c (moved)
	* tests/src/onset/test-peakpicker.c (moved)
	* tests/src/pitch/test-pitch.c (moved)
	* tests/src/pitch/test-pitchfcomb.c (moved)
	* tests/src/pitch/test-pitchmcomb.c (moved)
	* tests/src/pitch/test-pitchschmitt.c (moved)
	* tests/src/pitch/test-pitchyin.c (moved)
	* tests/src/pitch/test-pitchyinfft.c (moved)
	* tests/src/spectral/test-filterbank.c (moved)
	* tests/src/spectral/test-filterbank_mel.c (moved)
	* tests/src/spectral/test-mfcc.c (moved)
	* tests/src/spectral/test-phasevoc-jack.c (moved)
	* tests/src/spectral/test-phasevoc.c (moved)
	* tests/src/spectral/test-specdesc.c (moved)
	* tests/src/spectral/test-tss.c (moved)
	* tests/src/temporal/test-a_weighting.c (moved)
	* tests/src/temporal/test-biquad.c (moved)
	* tests/src/temporal/test-c_weighting.c (moved)
	* tests/src/temporal/test-filter.c (moved)
	* tests/src/temporal/test-resampler.c (moved)
	* tests/src/test-mathutils-window.c (moved)
	* tests/src/test-pitch.c (deleted)
	* tests/src/utils/test-hist.c (moved)
	* tests/src/utils/test-scale.c (moved)

	tests/: move file around to match src/


Sat, 07 Jan 2012 02:50:19 GMT Paul Brossier <piem@piem.org> [447d6cd]
	* tests/src/Makefile.am (modified)

	tests/src/Makefile.am: remove missing tests


Wed, 02 Jun 2010 23:10:10 GMT Paul Brossier <piem@piem.org> [4bcd424]
	* tests/src/Makefile.am (modified)

	Makefile.am: include examples/ for jackio.h, add test-mathutils.c, ...


Mon, 19 Oct 2009 08:51:59 GMT Paul Brossier <piem@piem.org> [ca1abdd]
	* plugins/puredata/aubiopitch~.c (modified)
	* python/aubio/aubioclass.py (modified)
	* python/aubio/task/notes.py (modified)
	* python/aubio/task/pitch.py (modified)
	* src/Makefile.am (modified)
	* src/aubio.h (modified)
	* src/pitch/pitch.c (moved)
	* src/pitch/pitch.h (moved)
	* swig/aubio.i (modified)
	* tests/python/src/pitch/pitchdetection.py (modified)
	* tests/src/Makefile.am (modified)
	* tests/src/test-pitchdetection.c (modified)

	rename aubio_pitchdetection to aubio_pitch


Sat, 17 Oct 2009 12:15:32 GMT Paul Brossier <piem@piem.org> [858cfa7]
	* interfaces/java/aubio/Makefile.am (modified)
	* tests/src/Makefile.am (modified)

	remove references to aubioext in Makefile.am


Thu, 17 Sep 2009 18:07:24 GMT Paul Brossier <piem@piem.org> [0028ea7]
	* tests/src/Makefile.am (modified)
	* tests/src/test-mfcc.c (added)

	test-mfcc.c: add simple mfcc test


Thu, 17 Sep 2009 02:38:50 GMT Paul Brossier <piem@piem.org> [bc3c51b]
	* tests/src/Makefile.am (modified)

	tests/src/Makefile.am: add filterbank_mel test


Wed, 16 Sep 2009 23:37:03 GMT Paul Brossier <piem@piem.org> [addc9ec]
	* tests/src/Makefile.am (modified)
	* tests/src/test-filterbank.c (added)

	test-filterbank.c: add trivial test for filterbank object


Wed, 07 Nov 2007 16:33:28 GMT Paul Brossier <piem@piem.org> [8701ec3]
	* tests/src/Makefile.am (modified)
	* tests/src/test-fft.c (modified)
	* tests/src/test-mfft.c (deleted)

	removed old test-fft.c, moved mfft to new fft


Sat, 03 Nov 2007 16:17:46 GMT Paul Brossier <piem@piem.org> [5c0662a]
	* tests/src/Makefile.am (modified)
	* tests/src/test-cvec.c (moved)
	* tests/src/test-fvec.c (added)

	splitted test-sample.c in test-{f,c}vec.c


Tue, 30 Oct 2007 02:00:22 GMT Paul Brossier <piem@piem.org> [de2a8af]
	* .bzrignore (added)
	* configure.ac (modified)
	* examples/Makefile.am (modified)
	* python/test/list_missing_tests (deleted)
	* tests/list_missing_python_tests (added)
	* tests/python/aubiomodule.py (moved)
	* tests/python/bench/onset/Makefile.am (moved)
	* tests/python/bench/onset/bench-delay (moved)
	* tests/python/bench/onset/bench-onset (moved)
	* tests/python/bench/onset/bench-window (moved)
	* tests/python/bench/pitch/Makefile.am (moved)
	* tests/python/bench/pitch/bench-pitch-isolated (moved)
	* tests/python/bench/pitch/bench-pitch-plot-isolated (moved)
	* tests/python/bench/tempo/demo-tempo (moved)
	* tests/python/bench/tempo/demo-tempo-acf (moved)
	* tests/python/cvec.py (moved)
	* tests/python/fvec.py (moved)
	* tests/python/run_all_tests (moved)
	* tests/src/Makefile.am (moved)
	* tests/src/test-beattracking.c (moved)
	* tests/src/test-biquad.c (moved)
	* tests/src/test-fft.c (moved)
	* tests/src/test-filter.c (moved)
	* tests/src/test-hist.c (moved)
	* tests/src/test-mfft.c (moved)
	* tests/src/test-onset.c (moved)
	* tests/src/test-onsetdetection.c (moved)
	* tests/src/test-peakpick.c (moved)
	* tests/src/test-phasevoc-jack.c (moved)
	* tests/src/test-phasevoc.c (moved)
	* tests/src/test-pitchdetection.c (moved)
	* tests/src/test-pitchfcomb.c (moved)
	* tests/src/test-pitchmcomb.c (moved)
	* tests/src/test-pitchschmitt.c (moved)
	* tests/src/test-pitchyin.c (moved)
	* tests/src/test-pitchyinfft.c (moved)
	* tests/src/test-resample.c (moved)
	* tests/src/test-sample.c (moved)
	* tests/src/test-scale.c (moved)
	* tests/src/test-tempo.c (moved)
	* tests/src/test-tss.c (moved)
	* tests/src/test-window.c (moved)

	move python/tests to tests/python, examples/tests to tests/src, add ...