mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* tests/test-sys_resource-c++.cc: New file. (getrusage): Declare, missing since 2012-04-13. * modules/sys_resource-c++-tests: New file.
19 lines
274 B
Plaintext
19 lines
274 B
Plaintext
Files:
|
|
tests/test-sys_resource-c++.cc
|
|
tests/signature.h
|
|
|
|
Status:
|
|
c++-test
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-sys_resource-c++
|
|
check_PROGRAMS += test-sys_resource-c++
|
|
test_sys_resource_c___SOURCES = test-sys_resource-c++.cc
|
|
endif
|