/vqdr/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/vqdr/trunk

« back to all changes in this revision

Viewing changes to tests/meson.build

  • Committer: Gustav Hartvigsson
  • Date: 2024-12-22 00:30:29 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20241222003029-k74ogrm32zobz325
[General] Split libvee into it's own library.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
test_dependencies = dependencies
 
1
test_dependencies = libvqdr_dependencies
2
2
 
3
3
 
4
4
test1_files = files ([
13
13
                     dependencies: [test_dependencies, libvqdr_dep])
14
14
test ('Test Suite 1', test1)
15
15
 
16
 
test2_files = files ([
17
 
  'gobject_to_string.vala',
18
 
])
19
 
 
20
 
test2 = executable ('test2',
21
 
                     test2_files,
22
 
                     dependencies: [test_dependencies, libvqdr_dep])
23
 
 
 
16
 
 
17
subdir ('tokens')
 
18
 
 
19
subdir ('libvee')
24
20
 
25
21
subdir_done ()