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

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-stdbool-c99-c++
check_PROGRAMS += test-stdbool-c99-c++
test_stdbool_c99_c___SOURCES = test-stdbool-c99-c++.cc test-stdbool-c++2.cc
endif