diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-29 01:07:20 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-29 01:07:20 (GMT) |
commit | fc9847f6250a53822bc23d5c500ba4a561efeb86 (patch) | |
tree | f46a516eb317055167b2cb18b5f883c0fe71fce1 | |
parent | ad0f9f59c9bec8c7974bb8155e4e4871f6492bb9 (diff) |
testing notes
-rw-r--r-- | doc/TODO.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 2d5b871..4212c21 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -252,9 +252,12 @@ o define modules o define functions o built-in variables and constants (builtin-tests.scad) o Write a regression test for the hexagonal cylinder orientation issue +o Caching + - Test that caching is actually performed (speedup + same results) + - Test the modifier characters correctly influence the cache (also when + added/removed) o other tests - export - cmd-line tests - leaf nodes having children, e.g. cube() cylinder(); - - caching - dependency tracking |