vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / sys_ioctl-c++-tests
blob557b33d6213bd67cf15fc05df3f81fb9b2c81c0f
1 Files:
2 tests/test-sys_ioctl-c++.cc
3 tests/signature.h
5 Status:
6 c++-test
8 Depends-on:
9 ansi-c++-opt
11 configure.ac:
13 Makefile.am:
14 if ANSICXX
15 TESTS += test-sys_ioctl-c++
16 check_PROGRAMS += test-sys_ioctl-c++
17 test_sys_ioctl_c___SOURCES = test-sys_ioctl-c++.cc
18 test_sys_ioctl_c___LDADD = $(LDADD) $(LIBINTL) $(LIBSOCKET) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS)
19 endif