Changeset 65a5d15 for protocols


Ignore:
Timestamp:
2013-02-11T12:56:03Z (11 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
1146e21
Parents:
e4f5ca8
git-author:
Mike Kazantsev <mk.fraggod@…> (11-02-13 12:56:03)
git-committer:
Miklos Vajna <vmiklos@…> (11-02-13 12:56:03)
Message:

skype: mention --plugindir quirk in HACKING

As skype support always gets built as plugin, option is required
for running tests without installing plugin to the system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/HACKING

    re4f5ca8 r65a5d15  
    2020== Tests
    2121
    22 The plugin is tested with a mocked IRC client and a mocked skyped. To add a new
    23 test, the following steps are necessary:
     22The plugin is tested with a mocked IRC client and a mocked skyped.
     23
     24To run tests with bitlbee built in a development tree and not (the one)
     25installed in the system (e.g. /usr), make sure to specify --plugindir= option to
     26./configure script during the build process:
     27
     28bitlbee% ./configure --skype=1 --plugindir="$(realpath .)"
     29
     30Otherwise bitlbee will try to load skype.so (among other things) from /usr/lib,
     31which is probably not what you want to test, or produce "Unknown protocol"
     32error.
     33
     34To add a new test, the following steps are necessary:
    2435
    25361) Add a new -skyped.mock file: just do the test manually, copy&paste the
Note: See TracChangeset for help on using the changeset viewer.