File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ rem ===========================================================================
33rem \brief Testing command-line interface
44rem \project bee2evp/cmd
55rem \created 2022.06.24
6- rem \version 2025.04.22
6+ rem \version 2025.04.23
77rem \pre The working directory contains zed.csr.
88rem ===========================================================================
99
@@ -705,6 +705,12 @@ if %ERRORLEVEL% neq 0 goto Error
705705bee2cmd st stamp
706706if %ERRORLEVEL% neq 0 goto Error
707707
708+ bee2cmd st crc
709+ if %ERRORLEVEL% neq 0 goto Error
710+
711+ bee2cmd st crc 123
712+ if %ERRORLEVEL% neq 0 goto Error
713+
708714echo ****** OK
709715
710716rem ===========================================================================
Original file line number Diff line number Diff line change 33# \brief Testing command-line interface
44# \project bee2evp/cmd
55# \created 2022.06.24
6- # \version 2025.04.22
6+ # \version 2025.04.23
77# \pre The working directory contains zed.csr.
88# =============================================================================
99
@@ -529,6 +529,10 @@ test_st(){
529529 || return 1
530530 $bee2cmd st stamp \
531531 || return 1
532+ $bee2cmd st crc \
533+ || return 1
534+ $bee2cmd st crc 123 \
535+ || return 1
532536
533537 return 0
534538}
You can’t perform that action at this time.
0 commit comments