test-framework-sh: Fix typo in function invocation (regression 2024-06-11).
[gnulib.git] / modules / regex-tests
blob5055e4ea3cf0c544f9d6a4af3a2a040fdf2fb051
1 Files:
2 tests/test-regex.c
3 tests/macros.h
5 Depends-on:
6 gettext-h
7 localcharset
8 wctype-h
10 configure.ac:
11 AC_CHECK_DECLS_ONCE([alarm])
13 Makefile.am:
14 TESTS += test-regex
15 check_PROGRAMS += test-regex
16 test_regex_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) @LIBINTL@ $(LIBTHREAD)