-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ioannis Konstantelias <ikonstadel@gmail.com>
- Loading branch information
Showing
4 changed files
with
63 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# SPDX-License-Identifier: BSD-2-Clause | ||
|
||
add_executable(test_time_ops test_time_ops.c) | ||
target_include_directories(test_time_ops PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}) | ||
target_link_libraries(test_time_ops unity time_ops) | ||
add_test(time_ops_suite test_time_ops) | ||
|
||
add_executable(test_list test_list.c) | ||
target_link_libraries(test_list unity list) | ||
add_test(list_suite test_list) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters