diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a145b2b04..caba3c86a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -19,6 +19,7 @@ # KIND, either express or implied. # ########################################################################### +add_custom_target(testdeps) add_subdirectory(data) add_subdirectory(libtest) add_subdirectory(server) |