view test/fcn-handle/module.mk @ 28156:22cddebcb0d0 stable

allow @get and @set to work properly again (bug #57988) * lex.h, lex.ll (base_lexer::is_keyword_token): Delete. Replace all uses with iskeyword. (Fiskeyword): When creating list, also omit "enumeration", "events", "methods", and "properties". * keyword.tst: New file. * test/fcn-handle/module.mk: Update
author John W. Eaton <jwe@octave.org>
date Thu, 12 Mar 2020 23:51:49 -0400
parents b033cf021048
children 23fe97205db5
line wrap: on
line source

fcn_handle_TEST_FILES = \
  %reldir%/+pkga/+pkgb/bug51709_a.m \
  %reldir%/+pkga/+pkgb/bug51709_b.m \
  %reldir%/+pkga/+pkgb/f1.m \
  %reldir%/+pkga/+pkgb/f2.m \
  %reldir%/@fhdr_derived/fhdr_derived.m \
  %reldir%/@fhdr_other/fhdr_other.m \
  %reldir%/@fhdr_other/getsize_arrayfun.m \
  %reldir%/@fhdr_other/getsize_cellfun.m \
  %reldir%/@fhdr_other/getsize_loop.m \
  %reldir%/@fhdr_parent/fhdr_parent.m \
  %reldir%/@fhdr_parent/numel.m \
  %reldir%/bug51709_a.m \
  %reldir%/bug51709_c.m \
  %reldir%/derived-resolution.tst \
  %reldir%/f1.m \
  %reldir%/keyword.tst \
  %reldir%/object-method.tst \
  %reldir%/package-function.tst \
  %reldir%/static-method.tst

TEST_FILES += $(fcn_handle_TEST_FILES)