diff options
| author | bunnei <bunneidev@gmail.com> | 2016-05-21 10:15:13 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2016-05-21 10:15:13 -0400 |
| commit | 5edff287b6da2821424e94d0ec48a00db2f7d944 (patch) | |
| tree | 8236ee8438948f3612bf9fd9f7932449fff1567b /CMakeLists.txt | |
| parent | 0c2fab440148dc01e04e9435e5ff8f7a4576e3c2 (diff) | |
| parent | 87de1ca96810eace7c3609d5b6ab7bfc93976c44 (diff) | |
Merge pull request #1564 from MerryMage/this-is-only-a-test
tests: Infrastructure for unit tests
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f2898973..f7b0af115 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -255,6 +255,8 @@ endif() add_subdirectory(externals/soundtouch) +enable_testing() + add_subdirectory(src) # Install freedesktop.org metadata files, following those specifications: |
