Skip to content

Commit

Permalink
cmake and tests edited
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtanyuk committed Mar 17, 2024
1 parent f8e22c7 commit 9523389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ add_executable(${PROJECT_NAME}.test
AllTests.cpp
tests.cpp)
target_link_libraries(${PROJECT_NAME}.test
${PROJECT_NAME} gtest pthread)
${PROJECT_NAME} gtest gmock pthread)
target_compile_definitions(${PROJECT_NAME}.test
PRIVATE TEST_DIR="${CMAKE_CURRENT_LIST_DIR}/test")

Expand Down
1 change: 1 addition & 0 deletions test/tests.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright 2021 GHA Test Team

#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include <cstdint>
#include "TimedDoor.h"

0 comments on commit 9523389

Please sign in to comment.