diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-06 21:32:36 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-06 22:36:02 +0200 |
commit | dfd863ea50c0fcf9b9ac4dfb5ae0e64c529bd767 (patch) | |
tree | 34cc50dd6d8c0b78f28b36212496ccc8a5fed33c /CMakeLists.txt | |
parent | 9a2aa0e7f21ef33345f6093ca17fab97a678d543 (diff) |
CMake: Switch integration tests and travis over
This early support seems a bit hacky, but it's a hard switch: The
integration tests do not understand the old build system anymore
afterwards. I don't really like that.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index defb4f111..e01fdbed5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -133,3 +133,4 @@ add_subdirectory(dselect) add_subdirectory(ftparchive) add_subdirectory(methods) add_subdirectory(po) +add_subdirectory(test) |