bzr branch
http://gegoxaren.bato24.eu/bzr/vqdr/trunk
|
34
by Gustav Hartvigsson
Sarted work on tests for the different token types. |
1 |
using GLib; |
2 |
||
3 |
int main (string[] args) { |
|
4 |
Test.init (ref args); |
|
5 |
||
|
35
by Gustav Hartvigsson
a few things: FastNumbers, simplifications and AbstractPoolToken. |
6 |
test_t_v_c (); |
7 |
||
|
34
by Gustav Hartvigsson
Sarted work on tests for the different token types. |
8 |
return Test.run (); |
9 |
}
|