/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: 2022-06-01 12:44:04 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20220601124404-mpv4761nr16f0duq
run_gdb.sh +x

Show diffs side-by-side

added added

removed removed

Lines of Context:
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 ('utils')
24
20
 
25
21
subdir_done ()