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 |
test_dependencies = libvqdr_dependencies test1_files = files ([ 'test_runner.vala', 'random-d6.vala', 'root_token.vala', 'value-token.vala', ]) test1 = executable ('test1', test1_files, dependencies: [test_dependencies, libvqdr_dep]) test ('Test Suite 1', test1) subdir ('tokens') subdir ('libvee') subdir_done () |