Commit Graph

15 Commits

Author SHA1 Message Date
R. Tyler Croy e685dc1bf4 Cross one item off the TODO 2011-12-29 23:55:54 -08:00
R. Tyler Croy 1ff67adf10 Turn the test green again 2011-12-29 23:53:54 -08:00
R. Tyler Croy 146facbaff Get things compiling again, test is still red due to the creation of a local object (WTest) 2011-12-29 23:51:32 -08:00
R. Tyler Croy 5f0f7cd02f It's dangerous to go alone 2011-12-29 23:51:12 -08:00
R. Tyler Croy 45122af49a Pulling Set_Method and Run up, currently broken
gcc -c -Isrc/ -I- src/testa.adb
    gcc -c -Isrc/ -I- src/wasrun.adb
    gcc -c -Isrc/ -I- src/wasrun_runner.adb
    wasrun_runner.adb:10:46: expected type "Test_Method_Type" defined at testa.ads:4
    wasrun_runner.adb:10:46: found type access to procedure "Test_Method" defined at line 10
    gnatmake: "src/wasrun_runner.adb" compilation error
2011-12-29 23:31:36 -08:00
R. Tyler Croy 40ea1ceafb Starting to refactor the core object "WTestCase" into Testa.TestCase 2011-12-29 22:57:01 -08:00
R. Tyler Croy 8338e4f8bf Allow "dynamically" setting the test method to be run 2011-12-29 22:48:28 -08:00
R. Tyler Croy 851f2def05 Refactor into calling "Run" directly 2011-12-29 22:36:26 -08:00
R. Tyler Croy 0eac2700b2 Make the test "work" 2011-12-29 22:34:54 -08:00
R. Tyler Croy be869ba71a Add some simple running of a test, totally needs refactoring 2011-12-29 22:33:44 -08:00
R. Tyler Croy 6c2715af85 MOVE 2011-12-29 22:12:43 -08:00
R. Tyler Croy 2ec3f2df4f Add a simple ignore 2011-12-29 22:09:11 -08:00
R. Tyler Croy 149f999f4c Add a shell of a WasRun program 2011-12-29 22:08:48 -08:00
R. Tyler Croy d18e05b03f Add the TODO from the first part of Beck's book 2011-12-29 22:06:45 -08:00
R. Tyler Croy 45b5069616 Initial commit 2011-12-29 21:58:46 -08:00