File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 105105main (int argc , char * * argv )
106106{
107107 tst_suite_info suite = TST_DEFAULT_SUITE_SETUP ;
108+ const char * my_argv [] = {
109+ "dummy" ,
110+ "--system-load-path" , TST_SCM_SYSTEM_LOAD_PATH ,
111+ NULL
112+ };
108113
109- scm_initialize (NULL , NULL );
114+ scm_initialize (NULL , my_argv );
110115
111116 scm_gc_protect_with_init (& lst ,
112117 LIST_5 (SCM_TRUE ,
Original file line number Diff line number Diff line change 168168main (int argc , char * * argv )
169169{
170170 tst_suite_info suite = TST_DEFAULT_SUITE_SETUP ;
171+ const char * my_argv [] = {
172+ "dummy" ,
173+ "--system-load-path" , TST_SCM_SYSTEM_LOAD_PATH ,
174+ NULL
175+ };
171176
172- scm_initialize (NULL );
177+ scm_initialize (NULL , my_argv );
173178
174179 stack_dir = probe_stack_growth_dir ();
175180 fvv_internal = fvv ;
You can’t perform that action at this time.
0 commit comments