]> git.ipfire.org Git - thirdparty/vala.git/commit
tests: Add "version check" tests to increase coverage
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 16 Apr 2020 12:36:10 +0000 (14:36 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 20 Apr 2020 20:03:58 +0000 (22:03 +0200)
commit17e809ade5af58cc9eebe1ee17230a20cfecceeb
treea3dd4756301e0b83cde23dd94af4ca746a69c6d1
parent8c2dce8fffa4552b8118043d20d321b6b4333275
tests: Add "version check" tests to increase coverage

Use several symbols from glib-2.0 >= 2.50 and refer to custom pkg-config
file defining 2.48.0 as version.
tests/Makefile.am
tests/version/glib-2.0.pc [new file with mode: 0644]
tests/version/since-constant.test [new file with mode: 0644]
tests/version/since-field.test [new file with mode: 0644]
tests/version/since-local-variable.test [new file with mode: 0644]
tests/version/since-method.test [new file with mode: 0644]
tests/version/since-parameter.test [new file with mode: 0644]