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

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-nullptr-c++
check_PROGRAMS += test-nullptr-c++
test_nullptr_c___SOURCES = test-nullptr-c++.cc
endif