Skip to content

Commit

Permalink
Fix spelling, broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysmith23 committed Nov 1, 2023
1 parent ae929cb commit cae1064
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ doxygen docs/doxygen/config.doxyfile

### Steps to build Unit Tests

1. Go to the root directory of this repository. (Make sure that the **Unity**
submodule is cloned as described [above](#checkout-unity-submodule).)

1. Create build directory: `mkdir build && cd build`

1. Run _cmake_ while inside build directory: `cmake -S ../test`
Expand Down
2 changes: 1 addition & 1 deletion source/otaJobParser/job_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static JSONStatus_t searchUintValue( const char * jobDoc,
* @param string String representation of 32-bit unsigned integer
* @param length Length of the integer when represented as a string
* @param value Unsigned 32-bit integer representation of the value
* @return true Sucessfully converted to uint32
* @return true Successfully converted to uint32
* @return false Unsuccessfully converted to uint32
*/
static bool uintFromString( const char * string,
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ add_custom_target(
coverage
COMMAND ${CMAKE_COMMAND} -DCMOCK_DIR=${cmock_SOURCE_DIR} -P
${MODULE_ROOT_DIR}/tools/cmock/coverage.cmake
DEPENDS cmock unity ota_job_handler_utest job_parser_utest
DEPENDS cmock unity jobs_utest ota_job_handler_utest job_parser_utest
WORKING_DIRECTORY ${CMAKE_BINARY_DIR})
2 changes: 1 addition & 1 deletion test/cbmc/run_proofs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exec cbmc proofs.c $JobsSourceDir/jobs.c stubs/strnlen.c \
-I $OTAJobParserSourceDir/include -I include \
--unwindset strnAppend.0:26 --unwindset strnEq.0:26 \
--unwindset matchIdApi.0:84 --unwindset isValidID.0:65 \
--unwindset strlen.0:51 --unwindset __builtin___strncpy_chk.0:16 \
--unwindset strlen.0:51 --unwindset strncpy.0:16 \
--bounds-check --pointer-check --memory-cleanup-check --div-by-zero-check \
--signed-overflow-check --unsigned-overflow-check --pointer-overflow-check \
--conversion-check --undefined-shift-check --enum-range-check \
Expand Down

0 comments on commit cae1064

Please sign in to comment.