diff test/Makefile.am @ 33164:b4f8f14dc1fb stable

Refresh fcn-info on current directory change (bug #65406). * interpreter.cc (interpreter::chdir): Update the last prompt time stamp to avoid skipping a fcn-info refresh so that functions in the new current directory can shadow functions further back in the load path order. * test/load-path/refresh-load-path.tst: Add new test to this issue. * test/load-path/in-load-path/load_path_fcn.m, test/load-path/not-in-load-path/load_path_fcn.m: Add helper functions for new test. * test/load-path/module.mk: Add files of new test to build system. * test/Makefile.am: Include new module.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 07 Mar 2024 18:08:40 +0100
parents 2bc78bbc3fde
children 2c9b649e96c8
line wrap: on
line diff
--- a/test/Makefile.am	Tue Mar 05 09:00:30 2024 +0100
+++ b/test/Makefile.am	Thu Mar 07 18:08:40 2024 +0100
@@ -124,6 +124,7 @@
 include file-encoding/module.mk
 include json/module.mk
 include jupyter-notebook/module.mk
+include load-path/module.mk
 include local-functions/module.mk
 include mex/module.mk
 include nest/module.mk