1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

tests: load plugins from build directory instead of installed libdir

This allows to run tests without running "make install".
This commit is contained in:
Sébastien Helleu
2017-07-04 22:11:14 +02:00
parent b276d0621c
commit a59ce8331a
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -160,6 +160,9 @@ main (int argc, char *argv[])
/* display WeeChat version */
input_data (gui_buffer_search_main (), "/command core version");
/* auto-load plugins, only from path in option weechat.plugin.path */
plugin_auto_load (0, NULL, 1, 0);
/* run all tests */
printf ("\n");
printf (">>>>>>>>>> TESTS >>>>>>>>>>\n");