Add parsing tests for get, set and show
authorFrédéric Moulins <ffrrrr@gmail.com>
Mon, 25 Aug 2008 21:46:44 +0000 (23:46 +0200)
committerFelix <nbd@openwrt.org>
Mon, 25 Aug 2008 23:16:09 +0000 (01:16 +0200)
commit179b6f5fced8a0c1028ee56451efa26e40392961
tree4b108faae91d264963fa49a91a935cd7a9b2cbed
parent4dc75cbcd4cbd7f5f7924c4b912c2faea0ec432c
Add parsing tests for get, set and show

Hello,

the result of 'make test' is explicit, even if there is much noise for
the same issue I think.

Do not miss segmentation faults in the log when testing section index
corner cases.

fred
test/references/get_parsing.data [new file with mode: 0644]
test/references/set_parsing.data [new file with mode: 0644]
test/references/show_parsing.data [new file with mode: 0644]
test/tests.d/020_get
test/tests.d/030_set
test/tests.d/050_show [new file with mode: 0644]
test/tests.sh