mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-22 09:06:25 +00:00
7f338bbd8f
* modules/sys_wait-c++-tests: New file. * tests/test-sys_wait-c++.cc: New file.
19 lines
254 B
Plaintext
19 lines
254 B
Plaintext
Files:
|
|
tests/test-sys_wait-c++.cc
|
|
tests/signature.h
|
|
|
|
Status:
|
|
c++-test
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-sys_wait-c++
|
|
check_PROGRAMS += test-sys_wait-c++
|
|
test_sys_wait_c___SOURCES = test-sys_wait-c++.cc
|
|
endif
|