Skip to content

Commit

Permalink
Move src/kaiser_window_test.c -> tests/kaiser_window_test.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Nov 12, 2012
1 parent 46ccac7 commit 2bd8b3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bin_PROGRAMS = bin/sndfile-generate-chirp bin/sndfile-spectrogram \
bin/sndfile-waveform

# Test programs or programs not yet working.
noinst_PROGRAMS = src/kaiser_window_test src/sndfile-pitch-infer
noinst_PROGRAMS = tests/kaiser_window_test src/sndfile-pitch-infer

INCLUDES = $(SNDFILE_CFLAGS) $(FFTW3_CFLAGS) $(CAIRO_CFLAGS) $(JACK_CFLAGS) \
$(SAMPLERATE_CFLAGS)
Expand Down Expand Up @@ -47,8 +47,8 @@ src_sndfile_pitch_infer_LDADD = $(SNDFILE_LIBS) $(FFTW3_LIBS)
#=========================================================================================
# The make check targets.

src_kaiser_window_test_SOURCES = src/kaiser_window_test.c src/window.h src/window.c
tests_kaiser_window_test_SOURCES = tests/kaiser_window_test.c src/window.h src/window.c

check : $(noinst_PROGRAMS) $(bin_PROGRAMS)
@src/kaiser_window_test
@tests/kaiser_window_test
@tests/valgrind-test.sh
File renamed without changes.

0 comments on commit 2bd8b3f

Please sign in to comment.