/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: 2020-11-04 21:39:01 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20201104213901-6m5r3h8qj0unfysz
* object_to_string () - Prittier prints,
                       - use Value.dup_* () where applicable
                       - made sure the value string is not null before appending
* Added more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
test ('Test Suite 1', test1)
15
15
 
16
16
test2_files = files ([
 
17
  'common_test_runner.vala',
17
18
  'gobject_to_string.vala',
18
19
])
19
20