added window watchdog module --> wwdg to the tests ran
This commit is contained in:
parent
e8d1de0456
commit
ca4916ce7b
2 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
// ImportTestGroups
|
||||
IMPORT_TEST_GROUP(simple_test);
|
||||
IMPORT_TEST_GROUP(tg_ADC);
|
||||
IMPORT_TEST_GROUP(tg_wwdg);
|
||||
IMPORT_TEST_GROUP(test_RegEdit);
|
||||
IMPORT_TEST_GROUP(test_blink);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
project(Tests)
|
||||
|
||||
# TEST_DIRS
|
||||
add_subdirectory(wwdg)
|
||||
add_subdirectory(blink)
|
||||
add_subdirectory(MockRegEdit)
|
||||
add_subdirectory(RegEdit)
|
||||
|
|
@ -19,6 +20,7 @@ add_executable(AllTests
|
|||
target_link_libraries(AllTests
|
||||
${CPPUTEST_LIBRARIES}
|
||||
# TEST_LINKS
|
||||
test_wwdg
|
||||
test_blink
|
||||
test_ADC
|
||||
test_RegEdit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue