diff options
author | Sven Gothel <[email protected]> | 2022-05-03 04:35:27 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-05-03 04:35:27 +0200 |
commit | b41582f33e0a0f393e6f6703342a00b6b9d9109b (patch) | |
tree | 5b65129bb1bdf8fd69c7eb55f317020712beaf5a /CMakeLists.txt | |
parent | b6f0300da71621c242dcf3d06628b2766b387ffe (diff) |
Trial Unit Test C++: Fix initial commit (compile clean) and add dbt_client_server1x.hpp w/ 1st relevant test_client_server01_NoEnc
Align java trial code, having resolved some odds while converting to C++. No regression here.
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 fd484e69..e6127e60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,6 +102,7 @@ endif(BUILD_TESTING) if (BUILD_TRIAL) enable_testing () + add_subdirectory (trial/direct_bt) if (BUILDJAVA) configure_file (${CMAKE_CURRENT_SOURCE_DIR}/trial/java/manifest.txt.in ${CMAKE_CURRENT_BINARY_DIR}/trial/java/manifest.txt) add_subdirectory (trial/java) |