Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / localename-tests
blob4940965d03d1226ac63819ee0e6058bafcbd9e25
1 Files:
2 tests/test-localename.c
3 tests/macros.h
5 Depends-on:
6 locale
7 setenv
8 unsetenv
9 setlocale
10 strdup
12 configure.ac:
13 AC_CHECK_FUNCS_ONCE([newlocale])
15 Makefile.am:
16 TESTS += test-localename
17 check_PROGRAMS += test-localename
18 test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@ $(LIBTHREAD)