summaryrefslogtreecommitdiff
path: root/compiler/embedded-import-value-test/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/embedded-import-value-test/README.md')
-rw-r--r--compiler/embedded-import-value-test/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/compiler/embedded-import-value-test/README.md b/compiler/embedded-import-value-test/README.md
new file mode 100644
index 000000000..71a95486f
--- /dev/null
+++ b/compiler/embedded-import-value-test/README.md
@@ -0,0 +1,13 @@
+# embedded-import-value-test
+
+`embedded-import-value-test` checks models imported with and without constant copying produces same output values.
+
+The test proceeds as follows:
+
+1. Generate random input for provided circle model.
+
+2. Import circle model to luci in 2 modes:
+ - With constant copying (default mode).
+ - Without constant copying (experimental feature)
+
+3. Compare the execution result of both modes. The result must be the same.