]> 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>
Thu, 16 Apr 2020 12:36:10 +0000 (14:36 +0200)
commit65c249802967a0d7c65cdb0f6e63c2b05a858257
tree1080d181bc7f0a02146b46180c59174ac9ecd195
parent6073767d6fd94849ea83ef8149da54cb07090a3b
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]