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/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/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e35c8efb4..47f44c497 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,4 @@ +add_subdirectory(tests) find_package(QImageBlitz REQUIRED) |
