Skip to content

Commit

Permalink
Cleaned out the unit testing
Browse files Browse the repository at this point in the history
It was pretty crap anyway.
  • Loading branch information
ibsh committed Oct 9, 2011
1 parent 9c22c83 commit 4249da3
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 756 deletions.
Binary file added icon-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 24 additions & 45 deletions is_KeyFinder.pro
Original file line number Diff line number Diff line change
Expand Up @@ -17,50 +17,9 @@


QT += core
QT += gui
TEMPLATE = app

CONFIG(debug, debug|release){
# DEBUG (UNIT TESTING) CONFIGURATION
QT -= gui
QT += testlib
TARGET = keyfinder_test
CONFIG += console
CONFIG -= app_bundle
HEADERS += unittest.h
SOURCES += \
test__main.cpp \
test_audiobuffer.cpp \
test_chromagram.cpp \
test_decoderlibav.cpp \
test_downsamplerib.cpp \
test_downsamplerlibsrc.cpp \
test_directskpostproc.cpp \
test_constantqpostproc.cpp
}else{
# RELEASE CONFIGURATION
QT += gui
TARGET = KeyFinder
HEADERS += \
guiabout.h \
guibatch.h \
guidetail.h \
guimenuhandler.h \
guiprefs.h \
guivisuals.h
SOURCES += \
main.cpp \
guiabout.cpp \
guibatch.cpp \
guidetail.cpp \
guimenuhandler.cpp \
guiprefs.cpp \
guivisuals.cpp
FORMS += \
detailwindow.ui \
batchwindow.ui \
aboutdialog.ui \
prefsdialog.ui
}
TARGET = KeyFinder

SOURCES += \
decoderlibav.cpp \
Expand All @@ -87,7 +46,14 @@ SOURCES += \
spectrumanalyserfftw.cpp \
spectrumanalysergoertzel.cpp \
hcdfarbitrary.cpp \
audiostream.cpp
audiostream.cpp \
main.cpp \
guiabout.cpp \
guibatch.cpp \
guidetail.cpp \
guimenuhandler.cpp \
guiprefs.cpp \
guivisuals.cpp

HEADERS += \
decoderlibav.h \
Expand Down Expand Up @@ -115,7 +81,20 @@ HEADERS += \
spectrumanalysergoertzel.h \
fftpp.h \
hcdfarbitrary.h \
audiostream.h
audiostream.h \
guiabout.h \
guibatch.h \
guidetail.h \
guimenuhandler.h \
guiprefs.h \
guivisuals.h

FORMS += \
detailwindow.ui \
batchwindow.ui \
aboutdialog.ui \
prefsdialog.ui

OTHER_FILES += \
is_KeyFinder.pro.user \
README
Expand Down
24 changes: 0 additions & 24 deletions test__main.cpp

This file was deleted.

69 changes: 0 additions & 69 deletions test_audiobuffer.cpp

This file was deleted.

96 changes: 0 additions & 96 deletions test_chromagram.cpp

This file was deleted.

96 changes: 0 additions & 96 deletions test_constantqpostproc.cpp

This file was deleted.

Loading

0 comments on commit 4249da3

Please sign in to comment.