view test/colon-op/module.mk @ 30192:8c8031be8072

Windows: Don't get pointers to C strings while vector is still unstable. * src/main-cli.cc, src/main-gui.cc, src/main.in.cc, src/octave-config.in.cc, src/octave-svgconvert.cc: The memory used by a vector is not guaranteed to be stable when elements are added with push_back. Wait until vector is complete before getting the pointers to the corresponding C strings.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 16 Sep 2021 21:51:03 +0200
parents d4563c5d4060
children
line wrap: on
line source

colon_op_TEST_FILES = \
  %reldir%/@legacy_colon_op/colon.m \
  %reldir%/@legacy_colon_op/legacy_colon_op.m \
  %reldir%/colon-op.tst \
  %reldir%/colon_op.m

TEST_FILES += $(colon_op_TEST_FILES)