/vqdr/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/vqdr/trunk
1
2
3
4
5
6
7
8
9
10
11
12
using GLib;


static int main (string[] args) {
  Test.init (ref args);
  
  d6_test ();
  root_token_test ();
  test_value_token ();
  
  return Test.run ();
}