Skip to content

Commit

Permalink
disable hardcoded unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pypt committed Jun 2, 2012
1 parent f0ad2e4 commit e4f38f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Fervor.pri
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ DEFINES += FV_APP_VERSION=\\\"$$VERSION\\\"


# FIXME unit tests
DEFINES += FV_DEBUG=1
DEPENDPATH += "$$PWD/tests/"
INCLUDEPATH += "$$PWD/tests/"
CONFIG += qtestlib
SOURCES += tests/fvversioncomparatortest.cpp
HEADERS += tests/fvversioncomparatortest.h
#DEFINES += FV_DEBUG=1
#DEPENDPATH += "$$PWD/tests/"
#INCLUDEPATH += "$$PWD/tests/"
#CONFIG += qtestlib
#SOURCES += tests/fvversioncomparatortest.cpp
#HEADERS += tests/fvversioncomparatortest.h



Expand Down

0 comments on commit e4f38f6

Please sign in to comment.