┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2010-10-21 07:58:56 +0000
committerFrank Reininghaus <[email protected]>2010-10-21 07:58:56 +0000
commit1c27b1d15461a66595520c8760692ab283f3aa63 (patch)
treefb9abec90c8564fc767e2e03f1da1fcc9417e35f /src/CMakeLists.txt
parent818f1878a990252d211f89efa4813ec66ae9ca9f (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.txt1
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)