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

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-noreturn-c++
check_PROGRAMS += test-noreturn-c++
test_noreturn_c___SOURCES = test-noreturn-c++.cc
endif