Commit graph

7 commits

Author SHA1 Message Date
Nirbheek Chauhan
23117379bc meson: Fix test failures on the CI around nunit-runner
environment().prepend() does not stack. None of the operations on that
object stack. This is documented in the Meson reference manual. Also
avoid overriding previously-set operations because that will cause
a warning in a future version of Meson.

Also, we do not need to manually construct MONO_PATH values. We can
pass an array and have Meson construct it for us.
2019-04-13 12:13:48 +05:30
Thibault Saunier
4a4e7d10c1 tests: Require at least nunit 2.6 2019-03-04 14:15:04 +00:00
Thibault Saunier
4aa0f6f145 Bump meson minimum requirement
We use 'features' now
2019-02-25 15:10:16 -03:00
Thibault Saunier
1fb754eb43 tests: Use mono-nunit if avalaible 2019-02-25 15:08:28 -03:00
Xavier Claessens
ca6e5d4a78 Meson: Use shared_library() because static build of C# is not supported
When gstreamer-sharp is used as a subproject (e.g. gst-build) and the
master project is built with default-library=both, gstreamer-sharp
should  still only build shared libraries instead of failing to
configure.

https://bugzilla.gnome.org/show_bug.cgi?id=794656
2018-03-24 11:37:22 -03:00
Justin Kim
5f63dac35e tests: Test SDPMessage creation
https://bugzilla.gnome.org/show_bug.cgi?id=794349
2018-03-21 09:48:32 -03:00
Thibault Saunier
288b061843 Add ABI tests and fix related issues 2017-10-11 18:27:53 +02:00