From: Paul Brossier Date: Fri, 7 Jul 2006 08:13:27 +0000 (+0000) Subject: updated tests to lash, avoid signed/unsigned mismatches X-Git-Tag: bzr2git~640 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=92eea84e9e6136c79d2b73ec9bdbca92ffe44451;p=aubio.git updated tests to lash, avoid signed/unsigned mismatches updated tests to lash, avoid signed/unsigned mismatches --- diff --git a/examples/tests/Makefile.am b/examples/tests/Makefile.am index 21e60ff6..430fed4d 100644 --- a/examples/tests/Makefile.am +++ b/examples/tests/Makefile.am @@ -1,5 +1,5 @@ -AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/ext @LADCCA_CFLAGS@ -AM_LDFLAGS = -L$(top_builddir)/src -L$(top_builddir)/ext -laubioext -laubio @JACK_LIBS@ @LADCCA_LIBS@ +AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/ext @LASH_CFLAGS@ +AM_LDFLAGS = -L$(top_builddir)/src -L$(top_builddir)/ext -laubioext -laubio @JACK_LIBS@ @LASH_LIBS@ bin_PROGRAMS = \ test-fft \ diff --git a/examples/tests/test-phasevoc-jack.c b/examples/tests/test-phasevoc-jack.c index 988b39d2..8ae1ec67 100644 --- a/examples/tests/test-phasevoc-jack.c +++ b/examples/tests/test-phasevoc-jack.c @@ -57,7 +57,7 @@ int main(){ int aubio_process(float **input, float **output, int nframes) { uint_t i; /*channels*/ uint_t j; /*frames*/ - for (j=0;j