diff test/module.mk @ 24952:1fbd8afcf625 stable

Ensure that local functions do not have a static workspace (bug #53405). * libinterp/corefcn/symscope.cc: Check for nested function, before making the workspace static. * test/local-functions/local_function_eval.m: New test function. * test/local-functions/local_functions.tst: New tests for local functions. * test/local-functions/module.mk: Add files to test suite. * test/module.mk: Add files to test suite.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 21 Mar 2018 22:02:27 +0100
parents fc21ac9cd998
children 30c7aa427506 2b040946dc69
line wrap: on
line diff
--- a/test/module.mk	Fri Mar 16 16:17:23 2018 +0100
+++ b/test/module.mk	Wed Mar 21 22:02:27 2018 +0100
@@ -71,6 +71,7 @@
 include %reldir%/classes/module.mk
 include %reldir%/ctor-vs-method/module.mk
 include %reldir%/fcn-handle-derived-resolution/module.mk
+include %reldir%/local-functions/module.mk
 include %reldir%/nest/module.mk
 include %reldir%/publish/module.mk