diff options
| author | Frank Reininghaus <[email protected]> | 2010-10-21 07:58:56 +0000 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2010-10-21 07:58:56 +0000 |
| commit | 1c27b1d15461a66595520c8760692ab283f3aa63 (patch) | |
| tree | fb9abec90c8564fc767e2e03f1da1fcc9417e35f /src/tests/CMakeLists.txt | |
| parent | 818f1878a990252d211f89efa4813ec66ae9ca9f (diff) | |
Add a first unit test for Dolphin, which verifies that the fix for one
of the problems related to Dolphin's modifications to QTreeView works
as it should.
This is only a small start, but I hope that we can cover at least the
basic functionality of DolphinView, the three item views and possibly
a couple of other classes with a rather stable API soon.
svn path=/trunk/KDE/kdebase/apps/; revision=1188049
Diffstat (limited to 'src/tests/CMakeLists.txt')
| -rw-r--r-- | src/tests/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt new file mode 100644 index 000000000..8488c42c6 --- /dev/null +++ b/src/tests/CMakeLists.txt @@ -0,0 +1,5 @@ +set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} ) +include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. ${KDE4_INCLUDES} ) + +kde4_add_unit_test(dolphintreeviewtest TEST dolphintreeviewtest.cpp) +target_link_libraries(dolphintreeviewtest dolphinprivate ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTTEST_LIBRARY}) |
