blob: 1f723dd4875ff117323e1a6de6c5a71b09aac451 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Files:
tests/test-omap-c++.cc
tests/macros.h
Depends-on:
ansi-c++-opt
array-omap
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-omap-c++
check_PROGRAMS += test-omap-c++
test_omap_c___SOURCES = test-omap-c++.cc
test_omap_c___LDADD = $(LDADD) @LIBINTL@
endif
|