To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/vqdr/trunk
1
by Gustav Hartvigsson
* Initial code - far from done
|
1
|
using GLib;
|
2
|
|
3
|
|
4
|
static int main (string[] args) {
|
5
|
Test.init (ref args);
|
6
|
|
7
|
d6_test ();
|
8
|
root_token_test ();
|
9
|
test_value_token ();
|
10
|
|
11
|
return Test.run ();
|
12
|
}
|