summaryrefslogtreecommitdiff
path: root/modules/stdbool-c++-tests
blob: 4d44e8ef80065f692da64d5636a7428299aa6bf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Files:
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-c++
check_PROGRAMS += test-stdbool-c++
test_stdbool_c___SOURCES = test-stdbool-c++.cc test-stdbool-c++2.cc
endif