commit | 0a58812f349d0a8f51fa7b46e923277a61423314 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue May 16 20:16:56 2017 +0200 |
committer | Corentin Wallez <corentin@wallez.net> | Fri May 19 10:41:36 2017 +0200 |
tree | ee29e15ba8b14e3e0ee5e8a99556cfea39b75c45 | |
parent | 314f3852a370e12374b485425b98ae20dfabaa55 [diff] [blame] |
Consolidate unittests in one binary
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4fc7352..9ff3544 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -68,6 +68,8 @@ target_link_libraries(mock_nxt nxt gtest) SetCXX14(mock_nxt) +set(SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src) + add_subdirectory(src/backend) add_subdirectory(src/wire) add_subdirectory(src/tests)