mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/net_if-h: Renamed from modules/net_if. * modules/net_if-h-tests: Renamed from modules/net_if-tests. * modules/net_if-h-c++-tests: Renamed from modules/net_if-c++-tests. * tests/test-net_if-h.c: Renamed from tests/test-net_if.c. * tests/test-net_if-h-c++.cc: Renamed from tests/test-net_if-c++.cc. * doc/posix-headers/net_if.texi: Update. * modules/net_if: New file.
20 lines
299 B
Plaintext
20 lines
299 B
Plaintext
Files:
|
|
tests/test-net_if-h-c++.cc
|
|
|
|
Status:
|
|
c++-test
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
net_if-h-tests
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-net_if-h-c++
|
|
check_PROGRAMS += test-net_if-h-c++
|
|
test_net_if_h_c___SOURCES = test-net_if-h-c++.cc
|
|
test_net_if_h_c___LDADD = $(LDADD) @NET_IF_LIB@
|
|
endif
|