view test/bug-35448/module.mk @ 20579:52ce821a52fd

eliminate simple uses of error_state in parser and lexer * lex.ll, oct-parse.in.yy: Eliminate simple uses of global error_state variable.
author John W. Eaton <jwe@octave.org>
date Sat, 03 Oct 2015 16:21:58 -0400
parents 85b287475196
children
line wrap: on
line source

bug_35448_TEST_FILES = \
  test/bug-35448/fA.m \
  test/bug-35448/fB.m \
  test/bug-35448/fC.m \
  test/bug-35448/bug-35448.tst

TEST_FILES += $(bug_35448_TEST_FILES)