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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user