Skip to content

Commit

Permalink
unit-testing: move unit testing files to new directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zinccyy committed Jan 3, 2023
1 parent 77fd65e commit 2b3b401
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ endif()
if(ENABLE_BUILD_TESTS)
find_package(CMOCKA REQUIRED)
include(CTest)
include(tests/Tests.cmake)
include(tests/unit/Tests.cmake)
endif()
2 changes: 1 addition & 1 deletion tests/Tests.cmake → tests/unit/Tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
add_executable(
system_utest

tests/system_utest.c
${CMAKE_SOURCE_DIR}/tests/unit/system_utest.c
)

target_link_libraries(
Expand Down
File renamed without changes.

0 comments on commit 2b3b401

Please sign in to comment.