Skip to content

Commit

Permalink
Remove fix_source
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed May 9, 2024
1 parent d3e0a3b commit fb4bfff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ if( COV_ANALYSIS )

# Build without debug enabled when performing static analysis
target_compile_options( coverity_analysis PUBLIC -DNDEBUG )

file( GLOB CELLULAR_COMMON_SOURCE ${CELLULAR_COMMON_SOURCE_DIRS}/*.c )

add_custom_target( fix_source ALL
COMMAND sed -i -b -e 's/pdFALSE/pdFAIL/g' -e 's/pdTRUE/pdPASS/g' ${CELLULAR_COMMON_SOURCE})

# add_dependencies( coverity_analysis fix_source )
endif()

# ==================================== Test Configuration ========================================
Expand Down

0 comments on commit fb4bfff

Please sign in to comment.