test: move shunit2 tests under standalone subdirectory
[project/uci.git] / tests / shunit2 / tests.d / 000_import
diff --git a/tests/shunit2/tests.d/000_import b/tests/shunit2/tests.d/000_import
new file mode 100644 (file)
index 0000000..45a1448
--- /dev/null
@@ -0,0 +1,5 @@
+test_import ()
+{
+       ${UCI} import < ${REF_DIR}/import.data
+       assertSameFile ${REF_DIR}/import.result ${CONFIG_DIR}/import-test
+}