Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down
File renamed without changes.