diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-28 14:20:07 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-06-06 00:26:22 (GMT) |
commit | f2221499e70ae15330c2f8b1ee621b79304672c3 (patch) | |
tree | 95f1a1e9b17404f4d7e796a951c755ad6a257ae4 /testdata/modulecache-tests/README.txt | |
parent | 362d689305053b64c299f59df2f098c9b72a1bb0 (diff) |
Added testcase for cascading changes
Diffstat (limited to 'testdata/modulecache-tests/README.txt')
-rw-r--r-- | testdata/modulecache-tests/README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testdata/modulecache-tests/README.txt b/testdata/modulecache-tests/README.txt index b168200..da0c843 100644 --- a/testdata/modulecache-tests/README.txt +++ b/testdata/modulecache-tests/README.txt @@ -108,3 +108,13 @@ o Verify that you get: WARNING: Can't open 'use' file 'missing.scad'. o echo "module missing() { sphere(10); }" > missing.scad o rm missing.scad o Compile (F5) - verify that the sphere is gone + +Test14: Automatic reload of cascading changes +------- + +o rm cascade-*.scad +o Open cascadetest.scad +o Compile (F5) +o ./cascade.sh +o Verify that everything reloads at once without flickering + |