Skip to content

Commit

Permalink
Added missing test runner for ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymoteusz Blazejczyk committed Feb 16, 2017
1 parent d1db216 commit 214cfcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis/build.sh
Expand Up @@ -83,7 +83,6 @@ gcc-arm-none-eabi)
-DEXAMPLES=ON -DSEMIHOSTING=ON -DTESTS=ON \
-DCMAKE_BUILD_TYPE=$BUILD_TYPE .. && make
make test
cat ./Testing/Temporary/LastTest.log

run_code_coverage

Expand Down
2 changes: 1 addition & 1 deletion tests/test_writer/CMakeLists.txt
Expand Up @@ -39,7 +39,7 @@ set_target_properties(test-writer-file PROPERTIES OUTPUT_NAME test_writer_file)
target_link_libraries(test-writer-file utest)

if (DEFINED TEST_RUNNER)
add_test(NAME test-writer-file COMMAND
add_test(NAME test-writer-file COMMAND ${TEST_RUNNER}
${CMAKE_BINARY_DIR}/tests/test_writer_file)
endif()

Expand Down

0 comments on commit 214cfcd

Please sign in to comment.