diff options
| author | Peter Penz <[email protected]> | 2007-05-18 23:36:58 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-05-18 23:36:58 +0000 |
| commit | 15b965af3a9c5387af74fad9ccf884ed15394d2c (patch) | |
| tree | 3674e69e0a437f8a39da0b7229bb3f145884ddd2 /src/CMakeLists.txt | |
| parent | 16e809f9fa531ffe4d7c9c825a2e06d92bdfa9e1 (diff) | |
David Faure wrote:
> Sounds like the kind of method that would benefit greatly from a unit test :)
OK, committing my first unit test for KDE. Although very minimal it's at least a start ;-) (currently deactivated as I've some problem in CMakeList.txt)
svn path=/trunk/KDE/kdebase/apps/; revision=666162
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 ed064f4e5..595146d5b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,7 @@ add_subdirectory( pics ) add_subdirectory( servicemenus ) +#add_subdirectory( tests ) include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) |
