Skip to content

Commit aefc35d

Browse files
additional file renaming.
1 parent a3e8216 commit aefc35d

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

cpputest-for-freertos-lib/tests/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
set(TEST_APP_NAME cpputest-for-freertos-lib-tests)
33
set(TEST_SOURCES
4-
cpputest_freertos_assert_tests.cpp
5-
cpputest_freertos_timers_tests.cpp
6-
cpputest_freertos_queue_tests.cpp
7-
cpputest_freertos_task_tests.cpp
8-
cpputest_freertos_semaphore_tests.cpp
4+
cpputest_for_freertos_assert_tests.cpp
5+
cpputest_for_freertos_timers_tests.cpp
6+
cpputest_for_freertos_queue_tests.cpp
7+
cpputest_for_freertos_task_tests.cpp
8+
cpputest_for_freertos_semaphore_tests.cpp
99
)
1010

1111
# this include expects TEST_SOURCES and TEST_APP_NAME to be

0 commit comments

Comments
 (0)