aded a CHANGELOG

This commit is contained in:
Mark Borgerding 2003-11-04 02:09:53 +00:00
parent 2788fba0bd
commit 4ebf0b5aca
2 changed files with 4 additions and 2 deletions

View File

@ -51,6 +51,7 @@ snr: all
@echo "### testing SNR for $(NFFT) point $(DATATYPE) FFTs"
@echo "testkiss( $(NFFT) , '$(DATATYPE)' );" | octave -q
ifeq "$(DATATYPE)" "double"
test: snr time fftw
else

View File

@ -51,6 +51,7 @@ snr: all
@echo "### testing SNR for $(NFFT) point $(DATATYPE) FFTs"
@echo "testkiss( $(NFFT) , '$(DATATYPE)' );" | octave -q
ifeq "$(DATATYPE)" "double"
test: snr time fftw
else