1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/sys_resource-c++-tests
Bruno Haible f614b66a4c sys_resource-c++-tests: New module.
* tests/test-sys_resource-c++.cc: New file.
(getrusage): Declare, missing since 2012-04-13.
* modules/sys_resource-c++-tests: New file.
2017-05-06 00:22:45 +02:00

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