mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-10 04:43:00 +03:00
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
|