/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
13
14
15
16
17
18
19
20
21
token_test1_files = files ([
  'test_prefixes.vala',
  'token_tests.vala',

  'value/constant.vala',
  'value/variabel.vala',

  'operator/add.vala',
  'operator/dice.vala',
  'operator/divide.vala',
  'operator/multiply.vala',
  'operator/subtract.vala',
])

token_test1 = executable ('token_test',
                          token_test1_files,
                          dependencies: [test_dependencies, libvqdr_dep])

test ('token tests', token_test1)

subdir_done ()