mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
18 lines
258 B
Plaintext
18 lines
258 B
Plaintext
Files:
|
|
tests/test-set-c++.cc
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
array-set
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-set-c++
|
|
check_PROGRAMS += test-set-c++
|
|
test_set_c___SOURCES = test-set-c++.cc
|
|
test_set_c___LDADD = $(LDADD) @LIBINTL@
|
|
endif
|