gnulib-tool.py: Add a new GLFileTable class.
[gnulib.git] / modules / stdint-c++-tests
blobc5ea03197c8017a929d389b2e61ef3a2f082ac16
1 Files:
2 tests/test-stdint-c++.cc
3 tests/test-stdint-c++2.cc
5 Status:
6 c++-test
8 Depends-on:
9 ansi-c++-opt
11 configure.ac:
13 Makefile.am:
14 if ANSICXX
15 TESTS += test-stdint-c++
16 check_PROGRAMS += test-stdint-c++
17 test_stdint_c___SOURCES = test-stdint-c++.cc test-stdint-c++2.cc
18 endif