libubox
C utility functions for OpenWrt.
test_blobmsg_check_array.t
Go to the documentation of this file.
1 check that blobmsg_check_array() is producing expected results:
2 
3  $ [ -n "$TEST_BIN_DIR" ] && export PATH="$TEST_BIN_DIR:$PATH"
4 
5  $ test-blobmsg_check_array
6  Process array_a: entry 0
7  array_b contains string: 1
8  blobmsg_check_array() test passed