Tests of module 'sys_ioctl' in C++ mode.
[pspp] / modules / sys_ioctl-tests
1 Files:
2 tests/test-sys_ioctl.c
3 tests/test-sys_ioctl-c++.cc
4 tests/signature.h
5
6 Depends-on:
7 ansi-c++-opt
8
9 configure.ac:
10
11 Makefile.am:
12 TESTS += test-sys_ioctl
13 check_PROGRAMS += test-sys_ioctl
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) $(LIB_CLOCK_GETTIME)
19 endif