repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
stdint-c++-tests
blob
c5ea03197c8017a929d389b2e61ef3a2f082ac16
1
Files:
2
tests/test-stdint-c++.cc
3
tests/test-stdint-c++2.cc
4
5
Status:
6
c++-test
7
8
Depends-on:
9
ansi-c++-opt
10
11
configure.ac:
12
13
Makefile.am:
14
if ANSICXX
15
TESTS += test-stdint-c++
16
check_PROGRAMS += test-stdint-c++
17
test_stdint_c___SOURCES = test-stdint-c++.cc test-stdint-c++2.cc
18
endif