blob: 87404d5ee37c863ee8e41598065a03f49247007a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
check that blobmsg parsing/checking would produce expected results in procd:
$ [ -n "$TEST_BIN_DIR" ] && export PATH="$TEST_BIN_DIR:$PATH"
$ export INPUTS="$TESTDIR/inputs"
$ for blob in $(LC_ALL=C find $INPUTS -type f | sort ); do
> valgrind --quiet --leak-check=full test-blobmsg-procd-instance $blob; \
> test-blobmsg-procd-instance-san $blob; \
> done
procd-instance-nlbwmon.bin: OK
procd-instance-nlbwmon.bin: OK
|