build: Add -Wclobbered to detect problems with longjmp
[project/uci.git] / test / tests.d / 000_import
1 test_import ()
2 {
3 ${UCI} import < ${REF_DIR}/import.data
4 assertSameFile ${REF_DIR}/import.result ${CONFIG_DIR}/import-test
5 }