Refactor common macros used in tests.
[pspp] / modules / localename-tests
1 Files:
2 tests/test-localename.c
3 tests/macros.h
4
5 Depends-on:
6 locale
7 setenv
8 unsetenv
9
10 configure.ac:
11 AC_CHECK_FUNCS_ONCE([newlocale])
12
13 Makefile.am:
14 TESTS += test-localename
15 check_PROGRAMS += test-localename
16 test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@
17