gnulib-tool.py: Reduce code duplication in file name transformations.
[gnulib.git] / modules / omap-c++-tests
blob1f723dd4875ff117323e1a6de6c5a71b09aac451
1 Files:
2 tests/test-omap-c++.cc
3 tests/macros.h
5 Depends-on:
6 ansi-c++-opt
7 array-omap
9 configure.ac:
11 Makefile.am:
12 if ANSICXX
13 TESTS += test-omap-c++
14 check_PROGRAMS += test-omap-c++
15 test_omap_c___SOURCES = test-omap-c++.cc
16 test_omap_c___LDADD = $(LDADD) @LIBINTL@
17 endif