Tests of module 'wchar' in C++ mode.
[pspp] / ChangeLog
index ed470c2ff26292f0fa66cadedc9c80db49a288bd..ce697d16dee1c615d852b487043d3edcbc0c1c72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,60 @@
 2010-03-07  Bruno Haible  <bruno@clisp.org>
 
+       Tests of module 'wchar' in C++ mode.
+       * tests/test-wchar-c++.cc: New file.
+       * modules/wchar-tests (Files): Add it and tests/signature.h.
+       (Depends-on): Add ansi-c++-opt.
+       (Makefile.am): Arrange to compile and run test-wchar-c++.
+       * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
+       gl_MODULE_INDICATOR.
+
+       Tests of module 'unistd' in C++ mode.
+       * tests/test-unistd-c++.cc: New file.
+       * modules/unistd-tests (Files): Add it and tests/signature.h.
+       (Depends-on): Add ansi-c++-opt.
+       (Makefile.am): Arrange to compile and run test-unistd-c++.
+       * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
+       gl_MODULE_INDICATOR.
+
+       Tests of module 'time' in C++ mode.
+       * tests/test-time-c++.cc: New file.
+       * modules/time-tests (Files): Add it and tests/signature.h.
+       (Depends-on): Add ansi-c++-opt.
+       (Makefile.am): Arrange to compile and run test-time-c++.
+       * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
+
+       Tests of module 'sys_time' in C++ mode.
+       * tests/test-sys_time-c++.cc: New file.
+       * modules/sys_time-tests (Files): Add it and tests/signature.h.
+       (Depends-on): Add ansi-c++-opt.
+       (Makefile.am): Arrange to compile and run test-sys_time-c++.
+       * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
+       gl_MODULE_INDICATOR.
+
+       Tests of module 'sys_stat' in C++ mode.
+       * tests/test-sys_stat-c++.cc: New file.
+       * modules/sys_stat-tests (Files): Add it and tests/signature.h.
+       (Depends-on): Add ansi-c++-opt.
+       (Makefile.am): Arrange to compile and run test-sys_stat-c++.
+       * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
+       gl_MODULE_INDICATOR.
+
+       Tests of module 'sys_socket' in C++ mode.
+       * tests/test-sys_socket-c++.cc: New file.
+       * modules/sys_socket-tests (Files): Add it and tests/signature.h.
+       (Depends-on): Add ansi-c++-opt.
+       (Makefile.am): Arrange to compile and run test-sys_socket-c++.
+       * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
+       gl_MODULE_INDICATOR.
+
+       Tests of module 'sys_select' in C++ mode.
+       * tests/test-sys_select-c++.cc: New file.
+       * modules/sys_select-tests (Files): Add it and tests/signature.h.
+       (Depends-on): Add ansi-c++-opt.
+       (Makefile.am): Arrange to compile and run test-sys_select-c++.
+       * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
+       gl_MODULE_INDICATOR.
+
        Tests of module 'sys_ioctl' in C++ mode.
        * tests/test-sys_ioctl-c++.cc: New file.
        * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.