Mercurial > hg > qm-dsp
changeset 341:92e38bbf4099
Dependencies
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 02 Oct 2013 15:05:43 +0100 |
parents | c99d83236f0d |
children | c6e2a313d153 |
files | tests/Makefile |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/Makefile Wed Oct 02 15:05:34 2013 +0100 +++ b/tests/Makefile Wed Oct 02 15:05:43 2013 +0100 @@ -1,6 +1,6 @@ CFLAGS := -I.. $(CFLAGS) -CXXFLAGS := -I.. $(CXXFLAGS) +CXXFLAGS := -I.. -Wall -g $(CXXFLAGS) LDFLAGS := $(LDFLAGS) -lboost_unit_test_framework LIBS := ../libqm-dsp.a @@ -19,6 +19,10 @@ test-pvoc: TestPhaseVocoder.o $(LIBS) $(CXX) -o $@ $^ $(LDFLAGS) +TestWindow.o: $(LIBS) +TestFFT.o: $(LIBS) +TestPhaseVocoder.o: $(LIBS) + clean: - rm *.o $(TESTS) + rm -f *.o $(TESTS)