Zhangshoukui opened a new pull request, #2951:
URL: https://github.com/apache/nuttx-apps/pull/2951

   ## Summary
   1.Fixed skipped logic errors
   2.Fix the GPIO test sim error
   ## Impact
   driver test
   ## Testing
   ./tools/configure.sh -l sim:citest
   make -j20
   
   nsh> cmocka_driver_gpio
   [==========] tests: Running 1 test(s).
   [ RUN      ] drivertest_gpio
   [input and output test]  outvalue is 1, invalue is 1
   [input and output test]  outvalue is 0, invalue is 0
   [input and output test]  outvalue is 0, invalue is 0
   [input and output test]  outvalue is 0, invalue is 0
   [input and output test]  outvalue is 1, invalue is 1
   [input and output test]  outvalue is 0, invalue is 0
   [input and output test]  outvalue is 0, invalue is 0
   [input and output test]  outvalue is 0, invalue is 0
   [input and output test]  outvalue is 1, invalue is 1
   [input and output test]  outvalue is 1, invalue is 1
   [       OK ] drivertest_gpio
   [==========] tests: 1 test(s) run.
   [  PASSED  ] 1 test(s).
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to