Compare commits
No commits in common. "09734f4ef1f2c1fc9a5aa37b7c3de3647d45e3c9" and "56140d0bbaef988a1476802052ed54dc80834833" have entirely different histories.
09734f4ef1
...
56140d0bba
2 changed files with 3 additions and 2 deletions
|
|
@ -58,6 +58,7 @@ 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