From 1c27b1d15461a66595520c8760692ab283f3aa63 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Thu, 21 Oct 2010 07:58:56 +0000 Subject: 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 --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') 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) -- cgit v1.3.1