Changeset 65a5d15
- Timestamp:
- 2013-02-11T12:56:03Z (12 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/HACKING
re4f5ca8 r65a5d15 20 20 == Tests 21 21 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: 22 The plugin is tested with a mocked IRC client and a mocked skyped. 23 24 To run tests with bitlbee built in a development tree and not (the one) 25 installed in the system (e.g. /usr), make sure to specify --plugindir= option to 26 ./configure script during the build process: 27 28 bitlbee% ./configure --skype=1 --plugindir="$(realpath .)" 29 30 Otherwise bitlbee will try to load skype.so (among other things) from /usr/lib, 31 which is probably not what you want to test, or produce "Unknown protocol" 32 error. 33 34 To add a new test, the following steps are necessary: 24 35 25 36 1) Add a new -skyped.mock file: just do the test manually, copy&paste the
Note: See TracChangeset
for help on using the changeset viewer.