view modules/dfa-tests @ 40234:fab7ce42e03f

gnulib-tool: Clarify the coding style. Suggested by Pavel Raiskup <praiskup@redhat.com>. * gnulib-tool: Add comment about coding style.
author Bruno Haible <bruno@clisp.org>
date Wed, 13 Mar 2019 20:00:53 +0100
parents 59adde11331f
children
line wrap: on
line source

Files:
tests/dfa-match.sh
tests/dfa-match-aux.c
tests/dfa-invalid-char-class.sh

Depends-on:
getprogname
stdio
stdlib
string
regex

configure.ac:

Makefile.am:
TESTS +=			\
  dfa-invalid-char-class.sh	\
  dfa-match.sh

check_PROGRAMS += dfa-match-aux
dfa_match_aux_LDADD = $(LDADD) @LIBINTL@