Compare commits
2 commits
56140d0bba
...
09734f4ef1
| Author | SHA1 | Date | |
|---|---|---|---|
| 09734f4ef1 | |||
| 734536bda6 |
2 changed files with 2 additions and 3 deletions
|
|
@ -58,7 +58,6 @@ add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD
|
|||
|
||||
|
||||
|
||||
#add_subdirectory(attic)
|
||||
add_subdirectory(ADC)
|
||||
add_subdirectory(RegEdit)
|
||||
add_subdirectory(blink)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
project(Tests)
|
||||
|
||||
# TEST_DIRS
|
||||
# TEST_DIRS
|
||||
add_subdirectory(blink)
|
||||
add_subdirectory(MockRegEdit)
|
||||
add_subdirectory(RegEdit)
|
||||
|
|
@ -18,7 +18,7 @@ add_executable(AllTests
|
|||
|
||||
target_link_libraries(AllTests
|
||||
${CPPUTEST_LIBRARIES}
|
||||
# TEST_LINKS
|
||||
# TEST_LINKS
|
||||
test_blink
|
||||
test_ADC
|
||||
test_RegEdit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue