annotate test/bug-45351/module.mk @ 33637:8f0c4370af99 default tip

fix building without qscintilla * gui-settings.cc (read_lexer_settings): fixed typo, def instead of dev * settings-dialog.cc (update_lexer): dito
author Torsten Lilge <ttl-octave@mailbox.org>
date Sun, 02 Jun 2024 18:52:33 +0200
parents 7e48abcc1032
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26797
7e48abcc1032 * test/bug-45351/module.mk: Fix cut & paste error in previous change.
John W. Eaton <jwe@octave.org>
parents: 26796
diff changeset
1 bug_45351_TEST_FILES = \
26796
45fc6505a803 allow handles to methods created inside method or ctor to work (bug #45351)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 %reldir%/bug45351.m \
45fc6505a803 allow handles to methods created inside method or ctor to work (bug #45351)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 %reldir%/bug-45351.tst
45fc6505a803 allow handles to methods created inside method or ctor to work (bug #45351)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4
45fc6505a803 allow handles to methods created inside method or ctor to work (bug #45351)
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 TEST_FILES += $(bug_45351_TEST_FILES)