catb0t / tart

Automatically exported from code.google.com/p/tart
0 stars 0 forks source link

tests not properly running? #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I run `make -j2 ConsoleTest.run` I see main() get called within 
ConsoleTest.tart (via debug print), but none of the test routines in the 
ConsoleTest class seem to get run.

Is this make target still valid, or is something likely to have changed in the 
testrunner, or something different altogether?

Original issue reported on code.google.com by lst...@gmail.com on 27 Apr 2011 at 3:25

GoogleCodeExporter commented 8 years ago
It's possible that I broke something. I'll investigate when I get home.

Original comment by viri...@gmail.com on 27 Apr 2011 at 4:55

GoogleCodeExporter commented 8 years ago
The most likely cause, by the way, is that I somehow broke the @Reflect 
attribute, which would prevent the test runner from finding any tests. I should 
put a check in the test runner so that it will report an error if there are 
zero tests.

Original comment by viri...@gmail.com on 27 Apr 2011 at 9:45

GoogleCodeExporter commented 8 years ago
OK this should be fixed now.

Original comment by viri...@gmail.com on 28 Apr 2011 at 6:53

GoogleCodeExporter commented 8 years ago
Works for me.

Original comment by lst...@gmail.com on 28 Apr 2011 at 2:50

GoogleCodeExporter commented 8 years ago

Original comment by viri...@gmail.com on 28 Apr 2011 at 3:11