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

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

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