summaryrefslogtreecommitdiff
path: root/impl/TODO.org
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-07-10 13:02:28 +1000
committerCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-07-10 13:02:28 +1000
commiteaca4d39f176acbcc567d0cb18dd9fb6c92ad60d (patch)
tree9c4da52ed0af6484963d61b3477463c621604d10 /impl/TODO.org
parentf9fc35785b53aa097a09ab1b865d33497ee1802e (diff)
A few other changes that were needed for tests
I must have forgotten to commit them earlier. How annoying.
Diffstat (limited to 'impl/TODO.org')
-rw-r--r--impl/TODO.org9
1 files changed, 5 insertions, 4 deletions
diff --git a/impl/TODO.org b/impl/TODO.org
index 4d14b64..a33f685 100644
--- a/impl/TODO.org
+++ b/impl/TODO.org
@@ -33,14 +33,15 @@
- [ ] info
print the initial system we're working with
-* TODO make test [0/4]
-- [ ] write test cases [/]
+* TODO make test [2/4]
+- [-] write test cases [1/4]
+ - [X] examples from paper
- [ ] best cases
- [ ] worst cases
- [ ] average cases
- [ ] work out correct outputs for each test case
-- [ ] write a script to run over each test case and return pass/fail
-- [ ] consolidate into makefile as `make test`
+- [X] write a script to run over each test case and return pass/fail
+- [X] consolidate into makefile as `make test`
* TODO Parametrise EquationSystem for Variable, too [0/1]
- [ ] Give EquationSystem a template parameter for Variable