diff options
author | Michael Schroeder <mls@suse.de> | 2012-02-21 17:57:54 +0100 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2012-02-21 17:57:54 +0100 |
commit | 84891eea1ecba1ff9e0a942da9a54f2dbf3c373e (patch) | |
tree | 48f39bf7d9118419f618fd04fb79c57e86e61ec3 /CMakeLists.txt | |
parent | b5d3813a51b1beeacf8f63dfce7b143ab997ed6b (diff) | |
download | libsolv-84891eea1ecba1ff9e0a942da9a54f2dbf3c373e.tar.gz libsolv-84891eea1ecba1ff9e0a942da9a54f2dbf3c373e.tar.bz2 libsolv-84891eea1ecba1ff9e0a942da9a54f2dbf3c373e.zip |
- add a simple testcase
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 539199e..aacd49a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -250,3 +250,6 @@ ADD_CUSTOM_TARGET (srcpackage ADD_CUSTOM_TARGET (srcpackage_local ${AUTOBUILD_COMMAND} ) + +ENABLE_TESTING() +ADD_SUBDIRECTORY (test) |