annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26960
6731d89ef576 new tests for functions in package directories (bug #51709, bug #55975)
John W. Eaton <jwe@octave.org>
parents: 23852
diff changeset
1 fcn_handle_TEST_FILES = \
6731d89ef576 new tests for functions in package directories (bug #51709, bug #55975)
John W. Eaton <jwe@octave.org>
parents: 23852
diff changeset
2 %reldir%/+pkga/+pkgb/bug51709_a.m \
6731d89ef576 new tests for functions in package directories (bug #51709, bug #55975)
John W. Eaton <jwe@octave.org>
parents: 23852
diff changeset
3 %reldir%/+pkga/+pkgb/bug51709_b.m \
6731d89ef576 new tests for functions in package directories (bug #51709, bug #55975)
John W. Eaton <jwe@octave.org>
parents: 23852
diff changeset
4 %reldir%/+pkga/+pkgb/f1.m \
6731d89ef576 new tests for functions in package directories (bug #51709, bug #55975)
John W. Eaton <jwe@octave.org>
parents: 23852
diff changeset
5 %reldir%/+pkga/+pkgb/f2.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22549
diff changeset
6 %reldir%/@fhdr_derived/fhdr_derived.m \
23852
9f05f5afff45 maint: sort lists of files in test makefile snippets
Mike Miller <mtmiller@octave.org>
parents: 23495
diff changeset
7 %reldir%/@fhdr_other/fhdr_other.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22549
diff changeset
8 %reldir%/@fhdr_other/getsize_arrayfun.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22549
diff changeset
9 %reldir%/@fhdr_other/getsize_cellfun.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22549
diff changeset
10 %reldir%/@fhdr_other/getsize_loop.m \
23852
9f05f5afff45 maint: sort lists of files in test makefile snippets
Mike Miller <mtmiller@octave.org>
parents: 23495
diff changeset
11 %reldir%/@fhdr_parent/fhdr_parent.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22549
diff changeset
12 %reldir%/@fhdr_parent/numel.m \
26960
6731d89ef576 new tests for functions in package directories (bug #51709, bug #55975)
John W. Eaton <jwe@octave.org>
parents: 23852
diff changeset
13 %reldir%/bug51709_a.m \
26962
b033cf021048 allow @obj.meth to work (bug #51709)
John W. Eaton <jwe@octave.org>
parents: 26960
diff changeset
14 %reldir%/bug51709_c.m \
26960
6731d89ef576 new tests for functions in package directories (bug #51709, bug #55975)
John W. Eaton <jwe@octave.org>
parents: 23852
diff changeset
15 %reldir%/derived-resolution.tst \
6731d89ef576 new tests for functions in package directories (bug #51709, bug #55975)
John W. Eaton <jwe@octave.org>
parents: 23852
diff changeset
16 %reldir%/f1.m \
28156
22cddebcb0d0 allow @get and @set to work properly again (bug #57988)
John W. Eaton <jwe@octave.org>
parents: 26962
diff changeset
17 %reldir%/keyword.tst \
26962
b033cf021048 allow @obj.meth to work (bug #51709)
John W. Eaton <jwe@octave.org>
parents: 26960
diff changeset
18 %reldir%/object-method.tst \
26960
6731d89ef576 new tests for functions in package directories (bug #51709, bug #55975)
John W. Eaton <jwe@octave.org>
parents: 23852
diff changeset
19 %reldir%/package-function.tst \
6731d89ef576 new tests for functions in package directories (bug #51709, bug #55975)
John W. Eaton <jwe@octave.org>
parents: 23852
diff changeset
20 %reldir%/static-method.tst
20312
85b287475196 use nested module.mk include files for test subdirectories
John W. Eaton <jwe@octave.org>
parents:
diff changeset
21
26960
6731d89ef576 new tests for functions in package directories (bug #51709, bug #55975)
John W. Eaton <jwe@octave.org>
parents: 23852
diff changeset
22 TEST_FILES += $(fcn_handle_TEST_FILES)