vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / oset-c++-tests
blobd86d973a79b5b0575c3820cfe0bc1cada454684d
1 Files:
2 tests/test-oset-c++.cc
3 tests/macros.h
5 Depends-on:
6 ansi-c++-opt
7 array-oset
9 configure.ac:
11 Makefile.am:
12 if ANSICXX
13 TESTS += test-oset-c++
14 check_PROGRAMS += test-oset-c++
15 test_oset_c___SOURCES = test-oset-c++.cc
16 test_oset_c___LDADD = $(LDADD) @LIBINTL@
17 endif