diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-28 14:20:07 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-05-28 14:20:07 (GMT) |
commit | 72de958320c89df13e940afdd56a102d2ec223ac (patch) | |
tree | 7a040101bc31771319206ef12dc56afba8ad7885 /testdata/modulecache-tests/README.txt | |
parent | 33e873d8dae644b28dd3d6cbcf04450d6675fafd (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 + |