Initial commit
This commit is contained in:
commit
4eef3a1d5a
153 changed files with 178754 additions and 0 deletions
9
lib/uci/test/tests.d/060-ucimap_example
Normal file
9
lib/uci/test/tests.d/060-ucimap_example
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
test_ucimap_example()
|
||||
{
|
||||
rm -rf ./save
|
||||
( cd ..; ./ucimap-example -s ) > "${TMP_DIR}/ucimap_example.result"
|
||||
assertSameFile "${TMP_DIR}/ucimap_example.result" "${REF_DIR}/ucimap_example_1.result"
|
||||
( cd ..; ./ucimap-example -s ) > "${TMP_DIR}/ucimap_example.result"
|
||||
assertSameFile "${TMP_DIR}/ucimap_example.result" "${REF_DIR}/ucimap_example_2.result"
|
||||
rm -rf ./save
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue