Files
jami-daemon/test/unitTest/plugins
Adrien Béraud 1360c775e9 config: use AccountConfig for all Account classes
Change-Id: Ia7dc5c12c91c0b9ea07c41b2de3ac58df7d1239f
2022-11-16 13:58:00 -05:00
..
2022-09-01 10:38:48 -03:00
2022-09-01 10:38:48 -03:00
2022-09-01 10:38:48 -03:00

COPYRIGHT NOTICE

Copyright (C) 2022 Savoir-faire Linux Inc.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

plugin.yml
----------

The test configuration file can specify:

* jplDirectory - relative to the test executable or a full path;

* plugin - the plugin name;

* mediaHandlers - present media handlers names in the plugin;

* chatHandlers - present chat handlers names in the plugin;

The default test plugin is TestSuite.

Test plugin build
-----------------

For the CI tests, which uses a Ubuntu 20.04 docker, the test suite must be build with an appropriate glibc version, meaning a glib 3.31 or older.

Jami supports systems from Ubuntu 18.04, which uses glib 2.27.

If the plugin is build within a Ubuntu 18.04, it should work on all Jami supported platforms.

TO check your system glib version: `ldd --version`