Bump to 1.14.1
[platform/upstream/augeas.git] / modules / dfa-tests
1 Files:
2 tests/dfa-match.sh
3 tests/dfa-match-aux.c
4 tests/dfa-invalid-char-class.sh
5
6 Depends-on:
7 getprogname
8 stdio
9 stdlib
10 string
11 regex
12
13 configure.ac:
14
15 Makefile.am:
16 TESTS +=                        \
17   dfa-invalid-char-class.sh     \
18   dfa-match.sh
19
20 check_PROGRAMS += dfa-match-aux
21 dfa_match_aux_LDADD = $(LDADD) @LIBINTL@