summaryrefslogtreecommitdiff
path: root/modules/stdint-c++-tests
blob: c5ea03197c8017a929d389b2e61ef3a2f082ac16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Files:
tests/test-stdint-c++.cc
tests/test-stdint-c++2.cc

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-stdint-c++
check_PROGRAMS += test-stdint-c++
test_stdint_c___SOURCES = test-stdint-c++.cc test-stdint-c++2.cc
endif