mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
set-c++: Add tests.
* tests/test-set-c++.cc: New file. * modules/set-c++-tests: New file.
This commit is contained in:
17
modules/set-c++-tests
Normal file
17
modules/set-c++-tests
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
Reference in New Issue
Block a user