From d9dbbaf3a30d3cbdfef98de1ca5e4532a17c68d2 Mon Sep 17 00:00:00 2001 From: Mightyjo Date: Sat, 7 Feb 2026 18:42:01 -0500 Subject: [PATCH] test: Rename alloc_extra_r.l to match its reentrant behavior --- tests/Makefile.am | 6 +++--- tests/{alloc_extra_nr.l => alloc_extra_r.l} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename tests/{alloc_extra_nr.l => alloc_extra_r.l} (100%) diff --git a/tests/Makefile.am b/tests/Makefile.am index 91ca5690d..3fd73a704 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -61,7 +61,7 @@ AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src check_PROGRAMS = $(RULESET_TESTS) $(SPORADIC_TESTS) $(DIRECT_TESTS) $(I3_TESTS) $(PTHREAD_TESTS) SPORADIC_TESTS = \ - alloc_extra_nr \ + alloc_extra_r \ alloc_extra_c99 \ bison_nr \ bison_yylloc \ @@ -107,7 +107,7 @@ I3_TESTS = \ PTHREAD_TESTS = \ pthread.pthread -alloc_extra_nr_SOURCES = alloc_extra_nr.l +alloc_extra_r_SOURCES = alloc_extra_r.l alloc_extra_c99_SOURCES = alloc_extra_c99.l if HAVE_BISON bison_nr_SOURCES = bison_nr_scanner.l bison_nr_parser.y bison_nr_main.c @@ -172,7 +172,7 @@ state_buf_multiple_direct_SOURCES = state_buf_multiple.direct.lll # it. CLEANFILES = \ - alloc_extra_nr.c \ + alloc_extra_r.c \ alloc_extra_c99.c \ bison_nr_parser.c \ bison_nr_parser.h \ diff --git a/tests/alloc_extra_nr.l b/tests/alloc_extra_r.l similarity index 100% rename from tests/alloc_extra_nr.l rename to tests/alloc_extra_r.l