putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / nullptr-c++-tests
blob391881974de302e904ae011ee2f62fc2de7008e6
1 Files:
2 tests/test-nullptr-c++.cc
3 tests/macros.h
5 Status:
6 c++-test
8 Depends-on:
9 ansi-c++-opt
11 configure.ac:
13 Makefile.am:
14 if ANSICXX
15 TESTS += test-nullptr-c++
16 check_PROGRAMS += test-nullptr-c++
17 test_nullptr_c___SOURCES = test-nullptr-c++.cc
18 endif